summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-20 22:30:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-20 22:30:17 +0900
commit1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be (patch)
treec70b47616bf89eb8b96ac9222662c2716083bbe6 /twin-styles/glow
parent3c87f890580f072e4bdce6c36e6dd1cb79cf170d (diff)
downloadtdeartwork-1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be.tar.gz
tdeartwork-1e8a010fe1ef1f1e9b605ceda2ee2f05846bc7be.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)));