summaryrefslogtreecommitdiffstats
path: root/src/knemod/backends/kcmregistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knemod/backends/kcmregistry.h')
-rw-r--r--src/knemod/backends/kcmregistry.h8
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