diff options
Diffstat (limited to 'src/profilecertoptions.h')
-rw-r--r-- | src/profilecertoptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilecertoptions.h b/src/profilecertoptions.h index 6aef6ba..9205069 100644 --- a/src/profilecertoptions.h +++ b/src/profilecertoptions.h @@ -21,7 +21,7 @@ #define PROFILECERTOPTIONS_H #include "profilecertoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfileCertOptions : public ProfileCertOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileCertOptions(QWidget *parent); + ProfileCertOptions(TQWidget *parent); ~ProfileCertOptions(); bool dialogModified; |