diff options
Diffstat (limited to 'pytquic3/main.cpp')
-rw-r--r-- | pytquic3/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/main.cpp b/pytquic3/main.cpp index 0158545..24fbbf3 100644 --- a/pytquic3/main.cpp +++ b/pytquic3/main.cpp @@ -193,7 +193,7 @@ int main( int argc, char * argv[] ) TQDomElement e = doc.firstChild().toElement(); if ( e.hasAttribute("version") && e.attribute("version").toDouble() > 3.3 ) { tqWarning( TQString("pytquic: File generated with too recent version of TQt Designer (%s vs. %s)"), - e.attribute("version").utf8(), TQT_VERSION_STR ); + e.attribute("version").local8Bit().data(), TQT_VERSION_STR ); return 1; } |