diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-02 07:29:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-02 07:29:25 +0000 |
commit | 2f791ecf181cebc107ea2f68f5f7b29456844f39 (patch) | |
tree | 941f2fd6b7cfb353814323f8c1bb083dbbda8af5 /src/watools.h | |
parent | 2e4e9860d4cc5b9462f9875c100dd13d55365563 (diff) | |
download | wlassistant-2f791ecf181cebc107ea2f68f5f7b29456844f39.tar.gz wlassistant-2f791ecf181cebc107ea2f68f5f7b29456844f39.zip |
TQt4 port wlassistant
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1239055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/watools.h')
-rw-r--r-- | src/watools.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/watools.h b/src/watools.h index e2088e5..5e03b8a 100644 --- a/src/watools.h +++ b/src/watools.h @@ -26,7 +26,7 @@ #include <iwlib.h> #include <time.h> -class QStringList; +class TQStringList; class WATools { @@ -50,7 +50,7 @@ public: static bool isWireless( const char* _ifname ); //returns true if iface is a valid wireless interface static char* essid( const char* _ifname = 0 ); //returns current ESSID static char* ap( const char* _ifname = 0 ); //returns current AP - static int quality( const char* _ifname = 0 ); //returns current QUALITY + static int quality( const char* _ifname = 0 ); //returns current TQUALITY static int txpower( const char* _ifname = 0 ); //returns current TXPOWER static bool hasKey( const char* _ifname = 0 ); //returns true if WEP key for the specified interface is set |