diff options
Diffstat (limited to 'plugins/logviewer/logprefwidget.h')
-rw-r--r-- | plugins/logviewer/logprefwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/logviewer/logprefwidget.h b/plugins/logviewer/logprefwidget.h index 35a6c06..4bb1030 100644 --- a/plugins/logviewer/logprefwidget.h +++ b/plugins/logviewer/logprefwidget.h @@ -27,8 +27,9 @@ namespace kt class LogPrefWidget: public LogPrefWidgetBase { Q_OBJECT + TQ_OBJECT public: - LogPrefWidget(QWidget *parent = 0, const char *name = 0); + LogPrefWidget(TQWidget *tqparent = 0, const char *name = 0); bool apply(); private: |