diff options
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. */ |