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