summaryrefslogtreecommitdiffstats
path: root/kmobile/pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/pref.h')
-rw-r--r--kmobile/pref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/pref.h b/kmobile/pref.h
index 64157108..ad28b1de 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_