summaryrefslogtreecommitdiffstats
path: root/kaboodle
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-13 10:00:53 +0900
commitc34f7eb2a2bdebc0a2dabeab54f868447b466eb3 (patch)
tree3d5b51db4a07362d128ffa6b535b935a9da58f6e /kaboodle
parent9feec0e4d0557935a18eb914391aec99e12f24a5 (diff)
downloadtdemultimedia-c34f7eb2a2bdebc0a2dabeab54f868447b466eb3.tar.gz
tdemultimedia-c34f7eb2a2bdebc0a2dabeab54f868447b466eb3.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 1b09e1d239b1af15ea86eb3cfb6cd808520de5e4)
Diffstat (limited to 'kaboodle')
-rw-r--r--kaboodle/kaboodle_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaboodle/kaboodle_factory.h b/kaboodle/kaboodle_factory.h
index f1a3f72e..cca5591b 100644
--- a/kaboodle/kaboodle_factory.h
+++ b/kaboodle/kaboodle_factory.h
@@ -41,7 +41,7 @@ public:
KaboodleFactory();
virtual ~KaboodleFactory();
- virtual KParts::Part *createPartObject(TQWidget *widgetParent, const char *widgetName, TQObject *parent = 0, const char *name = 0, const char *classname = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList());
+ virtual KParts::Part *createPartObject(TQWidget *widgetParent, const char *widgetName, TQObject *parent = 0, const char *name = 0, const char *classname = "TQObject", const TQStringList &args = TQStringList());
static const TDEAboutData *aboutData();
static TDEInstance *instance();