summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/knetworkconf.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-11 21:58:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-11 21:58:54 +0000
commit08e5b55ee2bf1f741751c8ee8b9094123903d144 (patch)
tree4e8de9d9c9bba72438804f339666473f668f07c7 /knetworkconf/knetworkconf/knetworkconf.cpp
parent3438ddb040dbabb8fcd62def6ad7bef84db0f83e (diff)
downloadtdeadmin-08e5b55ee2bf1f741751c8ee8b9094123903d144.tar.gz
tdeadmin-08e5b55ee2bf1f741751c8ee8b9094123903d144.zip
Fix kdeadmin FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1258520 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knetworkconf/knetworkconf/knetworkconf.cpp')
-rw-r--r--knetworkconf/knetworkconf/knetworkconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.cpp b/knetworkconf/knetworkconf/knetworkconf.cpp
index 1d8efd9..a769705 100644
--- a/knetworkconf/knetworkconf/knetworkconf.cpp
+++ b/knetworkconf/knetworkconf/knetworkconf.cpp
@@ -29,7 +29,7 @@ KNetworkConf::KNetworkConf(TQWidget *parent, const char *name) : DCOPObject("KNe
klvProfilesList->setAllColumnsShowFocus(true);
klvProfilesList->setRenameable(0,true);
klvProfilesList->setRenameable(1,true);
- TQToolTip::remove( &(TQListView)klvProfilesList );
+ TQToolTip::remove( static_cast<TQListView*>(klvProfilesList) );
tooltip = new KProfilesListViewToolTip(klvProfilesList);
//Connect signals emmitted by the backend to know when data is ready to be painted.