diff options
Diffstat (limited to 'lilo-config/qt/standalone.h')
-rw-r--r-- | lilo-config/qt/standalone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/qt/standalone.h b/lilo-config/qt/standalone.h index 2131b2a..75f0c54 100644 --- a/lilo-config/qt/standalone.h +++ b/lilo-config/qt/standalone.h @@ -37,7 +37,7 @@ class Standalone: public TQWidget Q_OBJECT TQ_OBJECT public: - Standalone(TQWidget *tqparent=0, const char *name=0); + Standalone(TQWidget *parent=0, const char *name=0); void resizeEvent(TQResizeEvent *e); public slots: void whatsthis(); |