diff options
Diffstat (limited to 'lib/kross/main/krossconfig.h')
-rw-r--r-- | lib/kross/main/krossconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kross/main/krossconfig.h b/lib/kross/main/krossconfig.h index 6b8bb25d..b99dc35f 100644 --- a/lib/kross/main/krossconfig.h +++ b/lib/kross/main/krossconfig.h @@ -20,7 +20,7 @@ #ifndef KROSS_MAIN_KROSSCONFIG_H #define KROSS_MAIN_KROSSCONFIG_H -#include <qstring.h> +#include <tqstring.h> /** * The Kross scripting bridge to embed scripting functionality @@ -39,7 +39,7 @@ * \a Kross::KexiDB together with interpreters like \a Kross::Python. * - Introspection where needed to be able to manipulate * behaviours and functionality on runtime. - * - Qt/KDE based, so use the extended techs both spends. + * - TQt/KDE based, so use the extended techs both spends. * - integrate nicly as powerfull scripting system into the * Kexi application. * @@ -57,12 +57,12 @@ namespace Kross { /** * Debugging function. */ - void krossdebug(const QString &s); + void krossdebug(const TQString &s); /** * Warning function. */ - void krosswarning(const QString &s); + void krosswarning(const TQString &s); #else // Define these to an empty statement if debugging is disabled. |