summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfig_compiler/tests/myprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kconfig_compiler/tests/myprefs.h')
-rw-r--r--kdecore/kconfig_compiler/tests/myprefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kconfig_compiler/tests/myprefs.h b/kdecore/kconfig_compiler/tests/myprefs.h
index 263c409d2..ebef89c08 100644
--- a/kdecore/kconfig_compiler/tests/myprefs.h
+++ b/kdecore/kconfig_compiler/tests/myprefs.h
@@ -3,5 +3,5 @@
class MyPrefs : public KConfigSkeleton
{
public:
- MyPrefs( const QString &a ) : KConfigSkeleton( a ) {}
+ MyPrefs( const TQString &a ) : KConfigSkeleton( a ) {}
};