summaryrefslogtreecommitdiffstats
path: root/part/actions.h
diff options
context:
space:
mode:
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 );
};