diff options
Diffstat (limited to 'src/macrowidget.h')
-rw-r--r-- | src/macrowidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macrowidget.h b/src/macrowidget.h index d31478e..2fda075 100644 --- a/src/macrowidget.h +++ b/src/macrowidget.h @@ -31,7 +31,7 @@ namespace KBibTeX { class MacroWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: static TQDialog::DialogCode execute( BibTeX::Macro *macro, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 ); |