summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-20 22:30:17 +0900
committerMichele Calgaro <[email protected]>2023-12-21 09:04:04 +0900
commitf2e4e24eda15469d2da0675284408825a0275c2f (patch)
treedc0ae4bb60277f594963b2af8c30a5fe0a13938a /twin-styles/glow
parent856d6d139529d49b4875ecd9319b61d0dcbad8c3 (diff)
downloadtdeartwork-f2e4e24eda15469d2da0675284408825a0275c2f.tar.gz
tdeartwork-f2e4e24eda15469d2da0675284408825a0275c2f.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be)
Diffstat (limited to 'twin-styles/glow')
-rw-r--r--twin-styles/glow/config/glowconfigdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/glow/config/glowconfigdialog.cpp b/twin-styles/glow/config/glowconfigdialog.cpp
index f28e31c1..af13655e 100644
--- a/twin-styles/glow/config/glowconfigdialog.cpp
+++ b/twin-styles/glow/config/glowconfigdialog.cpp
@@ -120,7 +120,7 @@ GlowConfigDialog::GlowConfigDialog( TDEConfig * conf, TQWidget * parent )
// create signal mapper
_titleButtonMapper = new TQSignalMapper(this);
for( uint i=0; i<_titleButtonList.size(); i++ ) {
- _titleButtonMapper->setMapping(TQT_TQOBJECT(_titleButtonList[i]), i);
+ _titleButtonMapper->setMapping(_titleButtonList[i], i);
connect(_titleButtonList[i], TQT_SIGNAL(clicked()),_titleButtonMapper, TQT_SLOT(map()));
}
connect(_titleButtonMapper, TQT_SIGNAL(mapped(int)),this, TQT_SLOT(slotTitleButtonClicked(int)));