summaryrefslogtreecommitdiffstats
path: root/styles/phase/config/phasestyleconfig.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 10:46:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 10:46:02 +0900
commit64efc076184547c5d23863fb027dd3a01d552f19 (patch)
treecbce71b757decf6ecf1b8cb324cedcaf0ec8a011 /styles/phase/config/phasestyleconfig.cpp
parent10f6b171a83061ddb1feb22d148fc956eb7fe6a4 (diff)
downloadtdeartwork-64efc076184547c5d23863fb027dd3a01d552f19.tar.gz
tdeartwork-64efc076184547c5d23863fb027dd3a01d552f19.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r--styles/phase/config/phasestyleconfig.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp
index df48f9e3..4a3b7bcd 100644
--- a/styles/phase/config/phasestyleconfig.cpp
+++ b/styles/phase/config/phasestyleconfig.cpp
@@ -39,10 +39,10 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent)
highlights->setChecked(oldhighlights);
// connections
- connect(gradients, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(updateChanged()));
- connect(highlights, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(updateChanged()));
+ connect(gradients, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(updateChanged()));
+ connect(highlights, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(updateChanged()));
}
//////////////////////////////////////////////////////////////////////////////