diff options
Diffstat (limited to 'src/profilevtunoptions.h')
-rw-r--r-- | src/profilevtunoptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilevtunoptions.h b/src/profilevtunoptions.h index 915c84a..ee67b5c 100644 --- a/src/profilevtunoptions.h +++ b/src/profilevtunoptions.h @@ -21,7 +21,7 @@ #define PROFILEVTUNOPTIONS_H #include "profilevtunoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfileVtunOptions : public ProfileVtunOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileVtunOptions(QWidget *parent); + ProfileVtunOptions(TQWidget *parent); ~ProfileVtunOptions(); bool dialogModified; |