diff options
Diffstat (limited to 'src/profilesmartcardoptions.h')
-rw-r--r-- | src/profilesmartcardoptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilesmartcardoptions.h b/src/profilesmartcardoptions.h index bca0949..1959f85 100644 --- a/src/profilesmartcardoptions.h +++ b/src/profilesmartcardoptions.h @@ -21,7 +21,7 @@ #define PROFILESMARTCARDOPTIONS_H #include "profilesmartcardoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> @@ -31,8 +31,9 @@ class ProfileSmartcardOptions : public ProfileSmartcardOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileSmartcardOptions(QWidget *parent); + ProfileSmartcardOptions(TQWidget *parent); ~ProfileSmartcardOptions(); bool dialogModified; |