summaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/popupeditor')
-rw-r--r--src/modules/popupeditor/popupeditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/popupeditor/popupeditor.h b/src/modules/popupeditor/popupeditor.h
index 8b96713b..127b2a28 100644
--- a/src/modules/popupeditor/popupeditor.h
+++ b/src/modules/popupeditor/popupeditor.h
@@ -68,7 +68,7 @@ class KviMenuListViewItem;
class KviSinglePopupEditor : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviSinglePopupEditor(TQWidget * par);
@@ -150,7 +150,7 @@ public:
class KviPopupEditor : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviPopupEditor(TQWidget * par);
@@ -185,7 +185,7 @@ private:
class KviPopupEditorWindow : public KviWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviPopupEditorWindow(KviFrame * lpFrm);