summaryrefslogtreecommitdiffstats
path: root/kandy/src/mobilegui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/mobilegui.h')
-rw-r--r--kandy/src/mobilegui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kandy/src/mobilegui.h b/kandy/src/mobilegui.h
index cb28f188..b8bfeba2 100644
--- a/kandy/src/mobilegui.h
+++ b/kandy/src/mobilegui.h
@@ -42,7 +42,7 @@ class MobileGui : public MobileGui_base, virtual public KandyIface
TQ_OBJECT
public:
- MobileGui( CommandScheduler *, KandyPrefs *kprefs, TQWidget* tqparent=0,
+ MobileGui( CommandScheduler *, KandyPrefs *kprefs, TQWidget* parent=0,
const char* name=0, WFlags fl=0 );
~MobileGui();
@@ -80,7 +80,7 @@ class MobileGui : public MobileGui_base, virtual public KandyIface
CommandScheduler *mScheduler;
AddressSyncer *mSyncer;
KandyPrefs *mPrefs;
- TQWidget *mtqparent;
+ TQWidget *mparent;
/* String Formatting Routines */
TQString quote( const TQString & );