Am Samstag, 27. Mai 2006 17:46 schrieb Martin Vermeer:
> QNoteDialog.C: In constructor
> 'lyx::frontend::QNoteDialog::QNoteDialog(lyx::frontend::QNote*)':
> QNoteDialog.C:30: error: no matching function for call to
> 'lyx::frontend::QNoteDialog::connect(QRadioButton*&, const char [15],
> lyx::frontend::QNoteDialog* const, const char [18])'
> /usr/lib/qt-3.3/include/qobject.h:116: note: candidates are: static bool
> QObject::connect(const QObject*, const char*, const QObject*, const
> char*)
> /usr/lib/qt-3.3/include/qobject.h:226: note:                 bool
> QObject::connect(const QObject*, const char*, const char*) const

It does not know that QRadioButton inherits QObject. Add qradiobutton.h to 
the includes, and it will work.


Georg

Reply via email to