summaryrefslogtreecommitdiffstats
path: root/kimgio
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:57:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:57:25 -0600
commit97f0944cf74ef186aff1b083dd95c5c385b122fc (patch)
tree94896550e65172040cf289e82c5c512fe08f8c7d /kimgio
parentfb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0 (diff)
downloadtdelibs-97f0944cf74ef186aff1b083dd95c5c385b122fc.tar.gz
tdelibs-97f0944cf74ef186aff1b083dd95c5c385b122fc.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kimgio')
-rw-r--r--kimgio/eps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kimgio/eps.cpp b/kimgio/eps.cpp
index e4308b0f7..a2770cc75 100644
--- a/kimgio/eps.cpp
+++ b/kimgio/eps.cpp
@@ -251,7 +251,7 @@ KDE_EXPORT void kimgio_eps_write( TQImageIO *imageio )
TQPainter p;
// making some definitions (papersize, output to file, filename):
- psOut.setCreator( "KDE " KDE_VERSION_STRING );
+ psOut.setCreator( "KDE " TDE_VERSION_STRING );
psOut.setOutputToFile( true );
// Extension must be .eps so that Qt generates EPS file