diff options
Diffstat (limited to 'src/entrywidgetother.h')
-rw-r--r-- | src/entrywidgetother.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entrywidgetother.h b/src/entrywidgetother.h index 7829ae8..45531fb 100644 --- a/src/entrywidgetother.h +++ b/src/entrywidgetother.h @@ -38,7 +38,7 @@ namespace KBibTeX */ class EntryWidgetOther : public EntryWidgetTab { - Q_OBJECT + TQ_OBJECT public: EntryWidgetOther( BibTeX::File *bibtexfile, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); ~EntryWidgetOther(); |