diff options
Diffstat (limited to 'lib/util/urlutil.cpp')
-rw-r--r-- | lib/util/urlutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/urlutil.cpp b/lib/util/urlutil.cpp index 81eecf84..12b00065 100644 --- a/lib/util/urlutil.cpp +++ b/lib/util/urlutil.cpp @@ -303,7 +303,7 @@ TQString URLUtil::envExpand ( const TQString& str ) if (pos < 0) pos = len; - char* ret = getenv( TQConstString(str.unicode()+1, pos-1).string().local8Bit().data() ); + char* ret = getenv( TQConstString(str.tqunicode()+1, pos-1).string().local8Bit().data() ); if (ret) { |