summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/embed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r--tools/designer/uic/embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp
index b43233d1..f0b5cedb 100644
--- a/tools/designer/uic/embed.cpp
+++ b/tools/designer/uic/embed.cpp
@@ -137,7 +137,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
for ( it = images.begin(); it != images.end(); ++it )
out << "** " << *it << "\n";
out << "**\n";
- out << "** Created: " << TQDateTime::currentDateTime().toString() << "\n";
+ out << "** Created by: The TQt user interface compiler (TQt " << TQT_VERSION_STR << ")\n";
out << "**\n";
out << "** WARNING! All changes made in this file will be lost!\n";
out << "****************************************************************************/\n";