summaryrefslogtreecommitdiffstats
path: root/kimgio
diff options
context:
space:
mode:
Diffstat (limited to 'kimgio')
-rw-r--r--kimgio/eps.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kimgio/eps.cpp b/kimgio/eps.cpp
index f7f756c0f..216d01542 100644
--- a/kimgio/eps.cpp
+++ b/kimgio/eps.cpp
@@ -5,7 +5,7 @@
#include <tqfile.h>
#include <tqpainter.h>
#include <tqprinter.h>
-#include <tdeapplication.h>
+#include <tdeversion.h>
#include <tdetempfile.h>
#include <kdebug.h>
#include "eps.h"
@@ -251,7 +251,7 @@ TDE_EXPORT void kimgio_eps_write( TQImageIO *imageio )
TQPainter p;
// making some definitions (papersize, output to file, filename):
- psOut.setCreator( "KDE " TDE_VERSION_STRING );
+ psOut.setCreator( "TDE " TDE_VERSION_STRING );
psOut.setOutputToFile( true );
// Extension must be .eps so that Qt generates EPS file