diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:58:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-22 11:58:13 +0900 |
| commit | ab100df9ca4309897308f23b2563e9d724156f1b (patch) | |
| tree | c66b72922869981576fd59c46dbcb1577e7d5edd /kimgio | |
| parent | ed4eca4ef775035a69df99fe5ff5878e319a724b (diff) | |
| download | tdelibs-master.tar.gz tdelibs-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kimgio')
| -rw-r--r-- | kimgio/eps.cpp | 4 |
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 |
