diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:41:26 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:41:26 -0600 |
| commit | b960b948d62cc621806ba75cbf5cc16210b47844 (patch) | |
| tree | 2de6a70c1d4b2009164eecdff3c8eaad2af327f5 /lib/kofficecore/KoPictureEps.cpp | |
| parent | 933b892946bd640e29ddbf5279ffebec99df5b1c (diff) | |
| download | koffice-b960b948d62cc621806ba75cbf5cc16210b47844.tar.gz koffice-b960b948d62cc621806ba75cbf5cc16210b47844.zip | |
Additional renaming of kde to tde
Diffstat (limited to 'lib/kofficecore/KoPictureEps.cpp')
| -rw-r--r-- | lib/kofficecore/KoPictureEps.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoPictureEps.cpp b/lib/kofficecore/KoPictureEps.cpp index 4b47b2288..9edbc981a 100644 --- a/lib/kofficecore/KoPictureEps.cpp +++ b/lib/kofficecore/KoPictureEps.cpp @@ -34,7 +34,7 @@ #include <kglobal.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> #if ! KDE_IS_VERSION( 3,1,90 ) #include <kdebugclasses.h> #endif @@ -104,7 +104,7 @@ TQImage KoPictureEps::scaleWithGhostScript(const TQSize& size, const int resolut // Helper method for scaleWithGhostScript. Returns 1 on success, 0 on error, -1 if nothing generated // (in which case another 'output device' can be tried) int KoPictureEps::tryScaleWithGhostScript(TQImage &image, const TQSize& size, const int resolutionx, const int resolutiony, const char* device ) -// Based on the code of the file kdelibs/kimgio/eps.cpp +// Based on the code of the file tdelibs/kimgio/eps.cpp { kdDebug(30003) << "Sampling with GhostScript, using device \"" << device << "\" (in KoPictureEps::tryScaleWithGhostScript)" << endl; |
