diff options
Diffstat (limited to 'src/fieldlineedit.h')
-rw-r--r-- | src/fieldlineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldlineedit.h b/src/fieldlineedit.h index f8cd7ff..51eb05a 100644 --- a/src/fieldlineedit.h +++ b/src/fieldlineedit.h @@ -34,7 +34,7 @@ namespace KBibTeX { class FieldLineEdit : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum InputType {itSingleLine, itMultiLine}; enum ErrorType {etNoError, etInvalidStringKey}; |