summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:16:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:16:39 +0900
commite1fc10f0a34ce8a2282e1009bcc863f1a93889b4 (patch)
tree630146ca7b55b2ec008aab552bbd3781407fc556 /config
parent31149c65cca5348dfd890dfb2ffe027f544f6ccb (diff)
downloadtde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.tar.gz
tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config')
-rw-r--r--config/colordialog.h4
-rw-r--r--config/colorpicker.h2
-rw-r--r--config/tdestyle_baghira_config.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/config/colordialog.h b/config/colordialog.h
index 42b6225..1dc649e 100644
--- a/config/colordialog.h
+++ b/config/colordialog.h
@@ -17,7 +17,7 @@ enum Colors { Back = 0, Button, Base, Text, High, HighText, ButText, Alternate,
class DemoWindow : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
DemoWindow( ColorDialog* parent = 0, const char* name = 0);
@@ -59,7 +59,7 @@ class ColorDialog : public TQDialog
{
friend class DemoWindow;
friend class AppSetter;
- Q_OBJECT
+ TQ_OBJECT
public:
ColorDialog( TQWidget* parent = 0, const char* name = 0);
diff --git a/config/colorpicker.h b/config/colorpicker.h
index 59f27cf..4a0f9a7 100644
--- a/config/colorpicker.h
+++ b/config/colorpicker.h
@@ -8,7 +8,7 @@ class TQColor;
class ColorPicker : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
ColorPicker( TQWidget* parent = 0, const char* name = 0);
diff --git a/config/tdestyle_baghira_config.h b/config/tdestyle_baghira_config.h
index 5d014dd..ba3fd1b 100644
--- a/config/tdestyle_baghira_config.h
+++ b/config/tdestyle_baghira_config.h
@@ -39,7 +39,7 @@ class TQGroupBox;
class tdestyle_baghira_config: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
tdestyle_baghira_config( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );
@@ -119,7 +119,7 @@ class ColorDialog;
class AppSetter : public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
AppSetter(TQWidget *parent=0, const char *name=0);
~AppSetter();