summaryrefslogtreecommitdiffstats
path: root/kmouth/phrasebook/phrasebook.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:04:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:04:52 +0900
commit1cb737eca8ee850f3d0678b96d06a733a05db4d9 (patch)
tree4152f219d0169c7a30155cfd512a0ffcde61be54 /kmouth/phrasebook/phrasebook.h
parent7122d7432e2a34fbaa25f2aaeb25d121d120d9b7 (diff)
downloadtdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.tar.gz
tdeaccessibility-1cb737eca8ee850f3d0678b96d06a733a05db4d9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmouth/phrasebook/phrasebook.h')
-rw-r--r--kmouth/phrasebook/phrasebook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/phrasebook/phrasebook.h b/kmouth/phrasebook/phrasebook.h
index 4fee8cc..2e1140e 100644
--- a/kmouth/phrasebook/phrasebook.h
+++ b/kmouth/phrasebook/phrasebook.h
@@ -147,7 +147,7 @@ public:
* @author Gunnar Schmi Dt
*/
class PhraseBookDrag: public TQDragObject {
- Q_OBJECT
+ TQ_OBJECT
public:
PhraseBookDrag (PhraseBook *book, TQWidget *dragSource = 0, const char *name = 0);
@@ -170,7 +170,7 @@ private:
};
class PhraseAction : public TDEAction {
- Q_OBJECT
+ TQ_OBJECT
public:
PhraseAction (const TQString& phrase, const TQString& cut, const TQObject* receiver, const char* slot, TDEActionCollection* parent)