diff options
Diffstat (limited to 'src/profilepptpoptions.h')
-rw-r--r-- | src/profilepptpoptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilepptpoptions.h b/src/profilepptpoptions.h index 9846351..46b01e2 100644 --- a/src/profilepptpoptions.h +++ b/src/profilepptpoptions.h @@ -21,7 +21,7 @@ #define PROFILEPPTPOPTIONS_H #include "profilepptpoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfilePptpOptions : public ProfilePptpOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfilePptpOptions(QWidget *parent); + ProfilePptpOptions(TQWidget *parent); ~ProfilePptpOptions(); bool dialogModified; |