summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde-qt-common/mainwidget.h')
-rw-r--r--lilo-config/kde-qt-common/mainwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/mainwidget.h b/lilo-config/kde-qt-common/mainwidget.h
index 716931d..28cc37d 100644
--- a/lilo-config/kde-qt-common/mainwidget.h
+++ b/lilo-config/kde-qt-common/mainwidget.h
@@ -38,8 +38,9 @@
class MainWidget: public TQTabWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- MainWidget(TQWidget *parent, const char *name=0);
+ MainWidget(TQWidget *tqparent, const char *name=0);
void arrangeWidgets();
void makeReadOnly();
public slots: