summaryrefslogtreecommitdiffstats
path: root/kdecore/ksimpleconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/ksimpleconfig.h')
-rw-r--r--kdecore/ksimpleconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/ksimpleconfig.h b/kdecore/ksimpleconfig.h
index 6d556d456..89d380512 100644
--- a/kdecore/ksimpleconfig.h
+++ b/kdecore/ksimpleconfig.h
@@ -53,7 +53,7 @@ public:
* directory for "config" files is used.
* @param bReadOnly Whether the object should be read-only.
*/
- KSimpleConfig( const QString &fileName, bool bReadOnly = false);
+ KSimpleConfig( const TQString &fileName, bool bReadOnly = false);
KSimpleConfig(KConfigBackEnd *backEnd, bool bReadOnly = false);