diff options
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r-- | kode/kodemain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp index 30c469495..6e9b62225 100644 --- a/kode/kodemain.cpp +++ b/kode/kodemain.cpp @@ -40,7 +40,7 @@ #include <kprocess.h> #include <tqfile.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqfileinfo.h> #include <tqregexp.h> @@ -384,7 +384,7 @@ int create( KCmdLineArgs *args ) authorName = a.realName(); } if ( !authorEmail.isEmpty() ) { - file.addCopyright( TQDate::currentDate().year(), authorName, authorEmail ); + file.addCopyright( TQDate::tqcurrentDate().year(), authorName, authorEmail ); } KODE::License l; |