diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 16:57:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 18:48:46 +0200 |
commit | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (patch) | |
tree | 4655c7263ca5c64d23d10167cb459dd9cb253815 /src/warnings.h | |
parent | 88ea2b6cd4382627fb6efca9cc54825aee881d1e (diff) | |
download | tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.tar.gz tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.zip |
Initial TQt conversion
Diffstat (limited to 'src/warnings.h')
-rw-r--r-- | src/warnings.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/warnings.h b/src/warnings.h index dbd01a4..e80d5d7 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -20,14 +20,14 @@ ***************************************************************************/ #include "tork.h" -#include <qstring.h> +#include <ntqstring.h> typedef struct message_t { const char *logmessage; /**< The full keyword (case insensitive). */ - const QString headline; /**< String (or null) describing initial value. */ + const TQString headline; /**< String (or null) describing initial value. */ char torsaid[250]; /**< String (or null) describing initial value. */ - const QString body; /**< String (or null) describing initial value. */ - const QString type; /**< String (or null) describing initial value. */ + const TQString body; /**< String (or null) describing initial value. */ + const TQString type; /**< String (or null) describing initial value. */ const char *icon; /**< String (or null) describing initial value. */ bool (tork::*pt2Member)(); display_status_t state; /**< The type of the value. */ |