diff options
Diffstat (limited to 'kmobile/pref.h')
-rw-r--r-- | kmobile/pref.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/pref.h b/kmobile/pref.h index 641571082..ad28b1de5 100644 --- a/kmobile/pref.h +++ b/kmobile/pref.h @@ -28,7 +28,7 @@ class KMobilePrefPageOne : public TQFrame Q_OBJECT TQ_OBJECT public: - KMobilePrefPageOne(TQWidget *tqparent = 0); + KMobilePrefPageOne(TQWidget *parent = 0); }; class KMobilePrefPageTwo : public TQFrame @@ -36,7 +36,7 @@ class KMobilePrefPageTwo : public TQFrame Q_OBJECT TQ_OBJECT public: - KMobilePrefPageTwo(TQWidget *tqparent = 0); + KMobilePrefPageTwo(TQWidget *parent = 0); }; #endif // _KMOBILEPREF_H_ |