summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-16 23:14:49 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-16 23:14:49 +0000
commit40da2a271a8ef5836cf489e3183e0a33aec46202 (patch)
tree378efedf5e14723bd2ca6bee5b2e27688d815181
parent192a8104dd632da667e0cda9eeb75525dc397ce9 (diff)
downloadtdebase-40da2a271a8ef5836cf489e3183e0a33aec46202.tar.gz
tdebase-40da2a271a8ef5836cf489e3183e0a33aec46202.zip
Cleanup Qt connection warnings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176203 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kicker/libkicker/kickertip.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kicker/libkicker/kickertip.cpp b/kicker/libkicker/kickertip.cpp
index 215320c84..586360904 100644
--- a/kicker/libkicker/kickertip.cpp
+++ b/kicker/libkicker/kickertip.cpp
@@ -81,7 +81,8 @@ KickerTip::KickerTip(TQWidget * parent)
resize(0, 0);
hide();
connect(&m_frameTimer, TQT_SIGNAL(timeout()), TQT_SLOT(internalUpdate()));
- connect(kapp, TQT_SIGNAL(settingsChanged(SettingsCategory)), TQT_SLOT(slotSettingsChanged()));
+// // FIXME: The settingsChanged(SettingsCategory) signal is not available under Trinity; where was it originally supposed to come from?
+// connect(kapp, TQT_SIGNAL(settingsChanged(SettingsCategory)), TQT_SLOT(slotSettingsChanged()));
}
KickerTip::~KickerTip()