summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 09:45:22 +0900
commit3c9c6c22a3e443bf98087def488e60f381a09bad (patch)
treecb7c51f7957ad77691b5a370b6d5ed02b9dfca06 /kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h
parent291c8d1ad96e9d1d6296d8fdef2861a8f12e6e30 (diff)
downloadtdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.tar.gz
tdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44548d3e71aab859c1547104f3419fd288add594)
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h')
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h
index b2f2dba0..ffd6b170 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h
+++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h
@@ -7,7 +7,7 @@ class TDEAboutData;
class DbSe2Factory : public KLibFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
DbSe2Factory( TQObject *parent=0, const char *name=0);