diff options
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 |