summaryrefslogtreecommitdiffstats
path: root/tdemid
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:27:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:27:37 +0900
commit1b09e1d239b1af15ea86eb3cfb6cd808520de5e4 (patch)
tree3d5b51db4a07362d128ffa6b535b935a9da58f6e /tdemid
parent9389e1802593ec6ef3ce9b9058283d99598803a6 (diff)
downloadtdemultimedia-1b09e1d239b1af15ea86eb3cfb6cd808520de5e4.tar.gz
tdemultimedia-1b09e1d239b1af15ea86eb3cfb6cd808520de5e4.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>
Diffstat (limited to 'tdemid')
-rw-r--r--tdemid/tdemid_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdemid/tdemid_part.h b/tdemid/tdemid_part.h
index d15a341e..3640ccfd 100644
--- a/tdemid/tdemid_part.h
+++ b/tdemid/tdemid_part.h
@@ -19,7 +19,7 @@ class KDE_EXPORT KMidFactory : public KParts::Factory
virtual KParts::Part* createPartObject(TQWidget *parentWidget, const char *widgetName,
TQObject* parent = 0, const char* name = 0,
- const char* classname = TQOBJECT_OBJECT_NAME_STRING,
+ const char* classname = "TQObject",
const TQStringList &args = TQStringList());
static TDEInstance *instance();