diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-12 11:31:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-13 10:03:28 +0900 |
commit | c56e9aa280a5c584f6fa229432efdad836044590 (patch) | |
tree | 7583173c146ac75bc2706c985bf51f0caf02a349 /kmobile/devices/gnokii | |
parent | eec76c7b52e7810bf67e2fc79c69a5d4f7e876b0 (diff) | |
download | tdepim-c56e9aa280a5c584f6fa229432efdad836044590.tar.gz tdepim-c56e9aa280a5c584f6fa229432efdad836044590.zip |
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 30555507108fe0b2b3f9ded9de37f38d4a1d9c50)
Diffstat (limited to 'kmobile/devices/gnokii')
-rw-r--r-- | kmobile/devices/gnokii/gnokii_mobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmobile/devices/gnokii/gnokii_mobile.h b/kmobile/devices/gnokii/gnokii_mobile.h index cc55911c1..edf67b633 100644 --- a/kmobile/devices/gnokii/gnokii_mobile.h +++ b/kmobile/devices/gnokii/gnokii_mobile.h @@ -37,7 +37,7 @@ public: // createObject needs to be reimplemented by every KMobileDevice driver TQObject *createObject( TQObject *parent=0, const char *name=0, - const char *classname=TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args=TQStringList() ); + const char *classname="TQObject", const TQStringList &args=TQStringList() ); // connect, disconnect and current status bool connectDevice(TQWidget *parent); |