summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/oblique/cmodule.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
commit826b1b771cc20f515acf936bd3a2dcd83ce353b8 (patch)
tree162b5b770de9e59e9e4585883875efc50d78cd43 /noatun-plugins/oblique/cmodule.h
parent05e1c8a9a53e4c272b40ec142d399393785c98c5 (diff)
downloadtdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.tar.gz
tdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun-plugins/oblique/cmodule.h')
-rw-r--r--noatun-plugins/oblique/cmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/oblique/cmodule.h b/noatun-plugins/oblique/cmodule.h
index f0ee0d4..4d36b1b 100644
--- a/noatun-plugins/oblique/cmodule.h
+++ b/noatun-plugins/oblique/cmodule.h
@@ -18,7 +18,7 @@ class TQTabWidget;
class SchemaConfig : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
Oblique *mOblique;
@@ -84,7 +84,7 @@ class SliceListItem;
class SliceConfig : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
Oblique *mOblique;
TDEListView *mSliceList;
@@ -109,7 +109,7 @@ private slots:
class Configure : public CModule
{
-Q_OBJECT
+TQ_OBJECT
TQTabWidget *tabs;
SchemaConfig *schema;