summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 10:09:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 10:09:31 +0900
commitf07dd2b54f701253bd03c34e4d8896ab912ea5cf (patch)
tree169e1af71482b365d2b2c45717b43343ca858951 /kate
parent900386ad4615a3dbbc04501ef24c5a43385c6078 (diff)
downloadtdeaddons-f07dd2b54f701253bd03c34e4d8896ab912ea5cf.tar.gz
tdeaddons-f07dd2b54f701253bd03c34e4d8896ab912ea5cf.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 'kate')
-rw-r--r--kate/filetemplates/plugin/filetemplates.h2
-rw-r--r--kate/tabbarextension/plugin_katetabbarextension.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.h b/kate/filetemplates/plugin/filetemplates.h
index 6335fbe..621d5ff 100644
--- a/kate/filetemplates/plugin/filetemplates.h
+++ b/kate/filetemplates/plugin/filetemplates.h
@@ -45,7 +45,7 @@ class KatePluginFactory : public KLibFactory
KatePluginFactory();
virtual ~KatePluginFactory();
- virtual TQObject* createObject( TQObject* parent = 0, const char* pname = 0, const char* name = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList() );
+ virtual TQObject* createObject( TQObject* parent = 0, const char* pname = 0, const char* name = "TQObject", const TQStringList &args = TQStringList() );
private:
static TDEInstance* s_instance;
diff --git a/kate/tabbarextension/plugin_katetabbarextension.h b/kate/tabbarextension/plugin_katetabbarextension.h
index 0d16d69..8cbd944 100644
--- a/kate/tabbarextension/plugin_katetabbarextension.h
+++ b/kate/tabbarextension/plugin_katetabbarextension.h
@@ -68,7 +68,7 @@ class KatePluginFactory : public KLibFactory
virtual ~KatePluginFactory() { delete s_instance; }
virtual TQObject* createObject(TQObject *parent = 0, const char *pname = 0,
- const char *name = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList());
+ const char *name = "TQObject", const TQStringList &args = TQStringList());
private:
static TDEInstance* s_instance;