summaryrefslogtreecommitdiffstats
path: root/pyuic3/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic3/main.cpp')
-rw-r--r--pyuic3/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyuic3/main.cpp b/pyuic3/main.cpp
index 42d1c63..a442654 100644
--- a/pyuic3/main.cpp
+++ b/pyuic3/main.cpp
@@ -209,8 +209,7 @@ int main( int argc, char * argv[] )
if ( !subcl ) {
out << "# Form implementation generated from reading ui file '" << fileName << "'" << endl;
out << "#" << endl;
- out << "# Created: " << TQDateTime::currentDateTime().toString() << endl;
- out << "# by: The PyTQt User Interface Compiler (pyuic) " << PYTQT_VERSION << endl;
+ out << "# Created by: The PyTQt User Interface Compiler (pyuic) " << PYTQT_VERSION << endl;
out << "#" << endl;
out << "# WARNING! All changes made in this file will be lost!" << endl;
out << endl;