From 08e5b55ee2bf1f741751c8ee8b9094123903d144 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 11 Oct 2011 21:58:54 +0000 Subject: Fix kdeadmin FTBFS under oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1258520 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knetworkconf/knetworkconf/knetworkconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knetworkconf') 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(klvProfilesList) ); tooltip = new KProfilesListViewToolTip(klvProfilesList); //Connect signals emmitted by the backend to know when data is ready to be painted. -- cgit v1.2.1