diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:54 -0600 |
commit | 5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 (patch) | |
tree | 228cc39fe0230448cc9fb1b3dec92a46586200ed /src/wlassistant.h | |
parent | 294cdc4efac18111e879ebc5e2ca2aca1e598bbe (diff) | |
download | wlassistant-5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02.tar.gz wlassistant-5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 294cdc4efac18111e879ebc5e2ca2aca1e598bbe.
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 ec094e8..4951e8f 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 checkConnectionStatus(); + virtual void checkConnectiontqStatus(); virtual void updateConnectButton(TQListViewItem* lvi); virtual void setMouseBehaviour(); virtual void togglePage(bool options ); |