diff options
Diffstat (limited to 'src/common/data.h')
-rw-r--r-- | src/common/data.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/common/data.h b/src/common/data.h index e8de9a2..68c82db 100644 --- a/src/common/data.h +++ b/src/common/data.h @@ -20,8 +20,8 @@ #ifndef DATA_H #define DATA_H -#include <qstring.h> -#include <qvaluevector.h> +#include <tqstring.h> +#include <tqvaluevector.h> /** * This file contains data structures used to store information about @@ -36,8 +36,8 @@ struct InterfaceCommand { int id; bool runAsRoot; - QString command; - QString menuText; + TQString command; + TQString menuText; }; struct InterfaceSettings @@ -59,8 +59,8 @@ struct InterfaceSettings bool hideWhenNotAvailable; bool activateStatistics; bool customCommands; - QString alias; - QValueVector<InterfaceCommand> commands; + TQString alias; + TQValueVector<InterfaceCommand> commands; }; enum ToolTipEnums @@ -82,7 +82,7 @@ enum ToolTipEnums FREQUENCY = 0x00004000, BIT_RATE = 0x00008000, ACCESS_POINT = 0x00010000, - LINK_QUALITY = 0x00020000, + LINK_TQUALITY = 0x00020000, BCAST_ADDRESS = 0x00040000, GATEWAY = 0x00080000, DOWNLOAD_SPEED = 0x00100000, |