summaryrefslogtreecommitdiffstats
path: root/kmobile/pref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/pref.cpp')
-rw-r--r--kmobile/pref.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmobile/pref.cpp b/kmobile/pref.cpp
index 2bb907445..a6d113350 100644
--- a/kmobile/pref.cpp
+++ b/kmobile/pref.cpp
@@ -24,8 +24,8 @@ KMobilePreferences::KMobilePreferences()
m_pageTwo = new KMobilePrefPageTwo(frame);
}
-KMobilePrefPageOne::KMobilePrefPageOne(TQWidget *parent)
- : TQFrame(parent)
+KMobilePrefPageOne::KMobilePrefPageOne(TQWidget *tqparent)
+ : TQFrame(tqparent)
{
TQHBoxLayout *tqlayout = new TQHBoxLayout(this);
tqlayout->setAutoAdd(true);
@@ -33,8 +33,8 @@ KMobilePrefPageOne::KMobilePrefPageOne(TQWidget *parent)
new TQLabel(i18n("Add something here"), this);
}
-KMobilePrefPageTwo::KMobilePrefPageTwo(TQWidget *parent)
- : TQFrame(parent)
+KMobilePrefPageTwo::KMobilePrefPageTwo(TQWidget *tqparent)
+ : TQFrame(tqparent)
{
TQHBoxLayout *tqlayout = new TQHBoxLayout(this);
tqlayout->setAutoAdd(true);