diff options
Diffstat (limited to 'src/profileuseroptions.h')
-rw-r--r-- | src/profileuseroptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profileuseroptions.h b/src/profileuseroptions.h index 98f4e91..7e48aa2 100644 --- a/src/profileuseroptions.h +++ b/src/profileuseroptions.h @@ -21,7 +21,7 @@ #define PROFILEUSEROPTIONS_H #include "profileuseroptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfileUserOptions : public ProfileUserOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileUserOptions(QWidget *parent); + ProfileUserOptions(TQWidget *parent); ~ProfileUserOptions(); bool dialogModified; |