diff options
author | Michele Calgaro <[email protected]> | 2023-07-12 11:34:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-12 11:34:47 +0900 |
commit | 8dac8f1a52cf3a2983af451aff69ca268cfbd6d7 (patch) | |
tree | 0e635c9ea1f00598fe892d77e026cbeb96eff8ef /kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h | |
parent | 3523578cf170d9e98e2c0c5b2f3b6f7de4318a03 (diff) | |
download | tdesdk-8dac8f1a52cf3a2983af451aff69ca268cfbd6d7.tar.gz tdesdk-8dac8f1a52cf3a2983af451aff69ca268cfbd6d7.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]>
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h')
-rw-r--r-- | kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h index c5fb96af..6c72c11a 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h +++ b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h @@ -14,7 +14,7 @@ public: ~DbSeFactory(); virtual TQObject *createObject( 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(); |