summaryrefslogtreecommitdiffstats
path: root/kmouth/phrasebook/phrasetree.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:04:52 +0900
committerMichele Calgaro <[email protected]>2023-07-20 15:04:52 +0900
commit1cb737eca8ee850f3d0678b96d06a733a05db4d9 (patch)
tree4152f219d0169c7a30155cfd512a0ffcde61be54 /kmouth/phrasebook/phrasetree.h
parent7122d7432e2a34fbaa25f2aaeb25d121d120d9b7 (diff)
downloadtdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.tar.gz
tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmouth/phrasebook/phrasetree.h')
-rw-r--r--kmouth/phrasebook/phrasetree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/phrasebook/phrasetree.h b/kmouth/phrasebook/phrasetree.h
index a4936f4..b8d578e 100644
--- a/kmouth/phrasebook/phrasetree.h
+++ b/kmouth/phrasebook/phrasetree.h
@@ -59,7 +59,7 @@ private:
class PhraseTree : public TDEListView {
friend class PhraseTreeItem;
- Q_OBJECT
+ TQ_OBJECT
public:
PhraseTree (TQWidget *parent = 0, const char *name = 0);