diff options
Diffstat (limited to 'lilo-config/qt/standalone.h')
-rw-r--r-- | lilo-config/qt/standalone.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lilo-config/qt/standalone.h b/lilo-config/qt/standalone.h index 3d5c4bf..2131b2a 100644 --- a/lilo-config/qt/standalone.h +++ b/lilo-config/qt/standalone.h @@ -32,11 +32,12 @@ #include <tqhbuttongroup.h> #include <tqevent.h> #include "mainwidget.h" -class Standalone: public QWidget +class Standalone: public TQWidget { Q_OBJECT + TQ_OBJECT public: - Standalone(TQWidget *parent=0, const char *name=0); + Standalone(TQWidget *tqparent=0, const char *name=0); void resizeEvent(TQResizeEvent *e); public slots: void whatsthis(); |