summaryrefslogtreecommitdiffstats
path: root/part/actions.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:35:19 +0900
committerMichele Calgaro <[email protected]>2023-07-20 12:35:19 +0900
commitbd6c87d5b200c621524b7d3e2053e3875477a918 (patch)
treebe2a904b72a91b2dff85fb6652890ee689f7d143 /part/actions.h
parentff2a80a1f4619db8fd6d3ecaa7f8d7259347c4fe (diff)
downloadkxmleditor-bd6c87d5b200c621524b7d3e2053e3875477a918.tar.gz
kxmleditor-bd6c87d5b200c621524b7d3e2053e3875477a918.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'part/actions.h')
-rw-r--r--part/actions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/part/actions.h b/part/actions.h
index f6d9af7..14d80d5 100644
--- a/part/actions.h
+++ b/part/actions.h
@@ -28,7 +28,7 @@ class TQComboBox;
class KXmlEditorComboAction : public TDEAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
KXmlEditorComboAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name);
~KXmlEditorComboAction();
@@ -79,7 +79,7 @@ private:
class ToolbarLabel : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolbarLabel( const TQString & text );
};