summaryrefslogtreecommitdiffstats
path: root/tools/linguist/linguist/msgedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/linguist/msgedit.h')
-rw-r--r--tools/linguist/linguist/msgedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/linguist/msgedit.h b/tools/linguist/linguist/msgedit.h
index a85bc1dd..b1cfd944 100644
--- a/tools/linguist/linguist/msgedit.h
+++ b/tools/linguist/linguist/msgedit.h
@@ -63,7 +63,7 @@ class PhraseLV;
class PageCurl : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
PageCurl( TQWidget * parent = 0, const char * name = 0,
WFlags f = 0 )
@@ -125,7 +125,7 @@ private:
class EditorPage : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditorPage( TQWidget * parent = 0, const char * name = 0 );
@@ -157,7 +157,7 @@ signals:
class MessageEditor : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
MessageEditor( MetaTranslator * t, TQWidget * parent = 0,
const char * name = 0 );