summaryrefslogtreecommitdiffstats
path: root/ksvg/plugin/backends/agg
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-12 10:29:20 +0900
committerMichele Calgaro <[email protected]>2023-07-13 10:03:03 +0900
commit57dd4fe2e34651a0f6b833ca0848fbc46ea3ce1a (patch)
tree841c260c2ec0a13a9808067d718120328674583e /ksvg/plugin/backends/agg
parenta9f6e5c5b26c07d5e96cd5e84e1dd95c973cd3ab (diff)
downloadtdegraphics-57dd4fe2e34651a0f6b833ca0848fbc46ea3ce1a.tar.gz
tdegraphics-57dd4fe2e34651a0f6b833ca0848fbc46ea3ce1a.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 340ffa901b7295a075a0b850f3bc9c97bf5cf11c)
Diffstat (limited to 'ksvg/plugin/backends/agg')
-rw-r--r--ksvg/plugin/backends/agg/AggCanvasFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/plugin/backends/agg/AggCanvasFactory.h b/ksvg/plugin/backends/agg/AggCanvasFactory.h
index e0785460..185c7a98 100644
--- a/ksvg/plugin/backends/agg/AggCanvasFactory.h
+++ b/ksvg/plugin/backends/agg/AggCanvasFactory.h
@@ -35,7 +35,7 @@ public:
AggCanvasFactory();
virtual ~AggCanvasFactory();
- 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());
};
};