diff options
Diffstat (limited to 'kdecore/ksimpleconfig.h')
-rw-r--r-- | kdecore/ksimpleconfig.h | 2 |
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); |