diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 18:16:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 18:16:06 +0000 |
commit | 02a6c8f36311eb6225066df35adf8d00f9cd942b (patch) | |
tree | ceb91c373877f7a69209e184c81b53dc6f9402d7 /src/knemod/backends/kcmregistry.h | |
parent | 09e6e27fe85b2efb28072f1c81f6581fa6837d92 (diff) | |
download | knemo-02a6c8f36311eb6225066df35adf8d00f9cd942b.tar.gz knemo-02a6c8f36311eb6225066df35adf8d00f9cd942b.zip |
TQt4 port knemo
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knemo@1238869 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/knemod/backends/kcmregistry.h')
-rw-r--r-- | src/knemod/backends/kcmregistry.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/knemod/backends/kcmregistry.h b/src/knemod/backends/kcmregistry.h index 23820ac..08efe4a 100644 --- a/src/knemod/backends/kcmregistry.h +++ b/src/knemod/backends/kcmregistry.h @@ -20,7 +20,7 @@ #ifndef KCMREGISTRY_H #define KCMREGISTRY_H -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -36,8 +36,8 @@ struct KCMRegistryEntry { - QString name; - QString description; + TQString name; + TQString description; }; KCMRegistryEntry KCMRegistry[] = @@ -55,7 +55,7 @@ KCMRegistryEntry KCMRegistry[] = "As an advantage this backend should reduce the CPU load " \ "and should not access the harddisc while gathering " \ "information." ) }, - { QString::null, QString::null } + { TQString(), TQString() } }; #endif // KCMREGISTRY_H |