summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
-rw-r--r--src/wlassistant.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 5841b15..cd7040f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -146,8 +146,8 @@
*** 0.5.3 TODO:
+'Connect' button caption change when currentItem is selected.
+Connect the 'connect' button to itemAction().
-+get mouse behaviour from KGlobalSettings::singleClick()
-+make change of KGlobalSettings::singleClick() immediately apply in wlassistant.
++get mouse behaviour from TDEGlobalSettings::singleClick()
++make change of TDEGlobalSettings::singleClick() immediately apply in wlassistant.
+remove "Honor KDE single click" UI.
+connect signals/slots in wlassistant.cpp, not in the .ui files.
+remove "Honor KDE single click" from kcfg.
diff --git a/src/wlassistant.cpp b/src/wlassistant.cpp
index bab6e49..96a20f4 100644
--- a/src/wlassistant.cpp
+++ b/src/wlassistant.cpp
@@ -877,7 +877,7 @@ void WirelessAssistant::enableAllMessages()
void WirelessAssistant::setMouseBehaviour()
{
- if ( KGlobalSettings::singleClick() ) {
+ if ( TDEGlobalSettings::singleClick() ) {
disconnect( netList, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
this, TQT_SLOT(updateConnectButton(TQListViewItem*)) );
disconnect( netList, TQT_SIGNAL(doubleClicked(TQListViewItem*, const TQPoint &, int)),