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