diff options
Diffstat (limited to 'kmobile/devices/skeleton/skeleton.h')
-rw-r--r-- | kmobile/devices/skeleton/skeleton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmobile/devices/skeleton/skeleton.h b/kmobile/devices/skeleton/skeleton.h index 8d5c3db4c..6ae0287b9 100644 --- a/kmobile/devices/skeleton/skeleton.h +++ b/kmobile/devices/skeleton/skeleton.h @@ -35,12 +35,12 @@ public: ~KMobileSkeleton(); // 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); // returns true, if this tqdevice is read-only (default: false) bool isReadOnly() const; |