diff options
Diffstat (limited to 'kmobile/devices/gnokii/gnokii_mobile.h')
-rw-r--r-- | kmobile/devices/gnokii/gnokii_mobile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmobile/devices/gnokii/gnokii_mobile.h b/kmobile/devices/gnokii/gnokii_mobile.h index 9562c2221..96f32a5c0 100644 --- a/kmobile/devices/gnokii/gnokii_mobile.h +++ b/kmobile/devices/gnokii/gnokii_mobile.h @@ -36,15 +36,15 @@ public: ~KMobileGnokii(); // createObject needs to be reimplemented by every KMobileDevice driver - TQObject *createObject( TQObject *tqparent=0, const char *name=0, + TQObject *createObject( TQObject *parent=0, const char *name=0, const char *classname=TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args=TQStringList() ); // connect, disconnect and current status - bool connectDevice(TQWidget *tqparent); - bool disconnectDevice(TQWidget *tqparent); + bool connectDevice(TQWidget *parent); + bool disconnectDevice(TQWidget *parent); // provide a tqdevice-specific configure dialog - bool configDialog(TQWidget *tqparent); + bool configDialog(TQWidget *parent); // filename and path to gnokii-icon TQString iconFileName() const; |