diff options
Diffstat (limited to 'src/profilegeneraloptions.h')
-rw-r--r-- | src/profilegeneraloptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilegeneraloptions.h b/src/profilegeneraloptions.h index d830998..7589aed 100644 --- a/src/profilegeneraloptions.h +++ b/src/profilegeneraloptions.h @@ -21,7 +21,7 @@ #define PROFILEGENERALOPTIONS_H #include "profilegeneraloptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> #include "kvpncconfig.h" /** @@ -30,8 +30,9 @@ class ProfileGeneralOptions : public ProfileGeneralOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileGeneralOptions(QWidget *parent, KVpncConfig *GlobalConfig); + ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig); ~ProfileGeneralOptions(); bool dialogModified; |