diff options
Diffstat (limited to 'kget/dlgSystem.h')
-rw-r--r-- | kget/dlgSystem.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kget/dlgSystem.h b/kget/dlgSystem.h index db740596..b72d479a 100644 --- a/kget/dlgSystem.h +++ b/kget/dlgSystem.h @@ -34,8 +34,11 @@ class DlgSystem : public DlgSystemBase { -Q_OBJECT public: - DlgSystem(TQWidget * parent); + Q_OBJECT + TQ_OBJECT + +public: + DlgSystem(TQWidget * tqparent); ~DlgSystem() {} void applyData(); |