diff options
Diffstat (limited to 'kdecore/klocale.h')
-rw-r--r-- | kdecore/klocale.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/klocale.h b/kdecore/klocale.h index 5f8be8f7c..9bca02077 100644 --- a/kdecore/klocale.h +++ b/kdecore/klocale.h @@ -1225,7 +1225,7 @@ private: static TQCString encodeFileNameUTF8( const TQString & fileName ); #endif // USE_QT3 #ifdef USE_QT4 - static TQByteArray encodeFileNameUTF8( const TQString & fileName ); + static QByteArray encodeFileNameUTF8( const QString & fileName ); #endif // USE_QT4 /** @@ -1235,7 +1235,7 @@ private: static TQString decodeFileNameUTF8( const TQCString & localFileName ); #endif // USE_QT3 #ifdef USE_QT4 - static TQString decodeFileNameUTF8( const TQByteArray & localFileName ); + static QString decodeFileNameUTF8( const QByteArray & localFileName ); #endif // USE_QT4 /** |