summaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_generalopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/options/optw_generalopt.h')
-rw-r--r--src/modules/options/optw_generalopt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/options/optw_generalopt.h b/src/modules/options/optw_generalopt.h
index fbaaf192..7da3c28a 100644
--- a/src/modules/options/optw_generalopt.h
+++ b/src/modules/options/optw_generalopt.h
@@ -31,8 +31,9 @@
class KviGeneralOptOptionsWidget : public KviOptionsWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KviGeneralOptOptionsWidget(QWidget * parent);
+ KviGeneralOptOptionsWidget(TQWidget * tqparent);
~KviGeneralOptOptionsWidget();
};