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