diff options
Diffstat (limited to 'pyuic2/uic.cpp')
-rw-r--r-- | pyuic2/uic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuic2/uic.cpp b/pyuic2/uic.cpp index 0ec57e6..caef972 100644 --- a/pyuic2/uic.cpp +++ b/pyuic2/uic.cpp @@ -1572,7 +1572,7 @@ int main( int argc, char * argv[] ) out << "# Form implementation generated from reading ui file '" << fileName << "'" << endl; out << "#" << endl; out << "# Created: " << TQDateTime::currentDateTime().toString() << endl; - out << "# by: The Python User Interface Compiler (pyuic) " << PYQT_VERSION << endl; + out << "# by: The Python User Interface Compiler (pyuic) " << PYTQT_VERSION << endl; out << "#" << endl; out << "# WARNING! All changes made in this file will be lost!" << endl; out << endl; |