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