diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:15:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:15:28 -0600 |
commit | 896459f74f89281a69958d130ccc490a369d33ce (patch) | |
tree | 6aca58c733bdd6649d0516bfa692ac94a6fc11c3 /src/wlassistant.h | |
parent | 5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 (diff) | |
download | wlassistant-896459f74f89281a69958d130ccc490a369d33ce.tar.gz wlassistant-896459f74f89281a69958d130ccc490a369d33ce.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/wlassistant.h')
-rw-r--r-- | src/wlassistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlassistant.h b/src/wlassistant.h index 4951e8f..ec094e8 100644 --- a/src/wlassistant.h +++ b/src/wlassistant.h @@ -112,7 +112,7 @@ protected slots: virtual void removeNetParams(); virtual void updateNetParams(); virtual void itemAction(); - virtual void checkConnectiontqStatus(); + virtual void checkConnectionStatus(); virtual void updateConnectButton(TQListViewItem* lvi); virtual void setMouseBehaviour(); virtual void togglePage(bool options ); |