diff options
Diffstat (limited to 'kmobile/pref.h')
-rw-r--r-- | kmobile/pref.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmobile/pref.h b/kmobile/pref.h index b8786a855..0b6415a30 100644 --- a/kmobile/pref.h +++ b/kmobile/pref.h @@ -6,7 +6,7 @@ #define _KMOBILEPREF_H_ #include <kdialogbase.h> -#include <qframe.h> +#include <tqframe.h> class KMobilePrefPageOne; class KMobilePrefPageTwo; @@ -26,14 +26,14 @@ class KMobilePrefPageOne : public QFrame { Q_OBJECT public: - KMobilePrefPageOne(QWidget *parent = 0); + KMobilePrefPageOne(TQWidget *parent = 0); }; class KMobilePrefPageTwo : public QFrame { Q_OBJECT public: - KMobilePrefPageTwo(QWidget *parent = 0); + KMobilePrefPageTwo(TQWidget *parent = 0); }; #endif // _KMOBILEPREF_H_ |