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 16:11:50 +0900 |
| commit | 507d37578ca9ac7bf18e3670b7b6c3af84f14b29 (patch) | |
| tree | bcd8c2888dcaecba5dea6889e5dac797a5eba7cb | |
| parent | afc48319f32c90ee8c7506886369692cb135e3d6 (diff) | |
| download | tdelibs-r14.1.x.tar.gz tdelibs-r14.1.x.zip | |
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ab100df9ca4309897308f23b2563e9d724156f1b)
| -rw-r--r-- | kimgio/eps.cpp | 4 | ||||
| -rw-r--r-- | tdecore/tde-config.cpp.cmake | 2 | ||||
| -rw-r--r-- | tdecore/tde-config.cpp.in | 2 | ||||
| -rw-r--r-- | tdeui/tdeabouttde.cpp | 2 |
4 files changed, 5 insertions, 5 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 diff --git a/tdecore/tde-config.cpp.cmake b/tdecore/tde-config.cpp.cmake index a9afe4123..764d3f7d7 100644 --- a/tdecore/tde-config.cpp.cmake +++ b/tdecore/tde-config.cpp.cmake @@ -7,7 +7,7 @@ #include <stdio.h> #include <tdeaboutdata.h> #include <config.h> -#include <tdeapplication.h> +#include <tdeversion.h> static const char *description = I18N_NOOP("A little program to output installation paths"); diff --git a/tdecore/tde-config.cpp.in b/tdecore/tde-config.cpp.in index 3a5f9fb5d..f5b797615 100644 --- a/tdecore/tde-config.cpp.in +++ b/tdecore/tde-config.cpp.in @@ -7,7 +7,7 @@ #include <stdio.h> #include <tdeaboutdata.h> #include <config.h> -#include <tdeapplication.h> +#include <tdeversion.h> static const char *description = I18N_NOOP("A little program to output installation paths"); diff --git a/tdeui/tdeabouttde.cpp b/tdeui/tdeabouttde.cpp index b29d482f3..0b5993840 100644 --- a/tdeui/tdeabouttde.cpp +++ b/tdeui/tdeabouttde.cpp @@ -21,7 +21,7 @@ // I (espen) prefer that header files are included alphabetically #include <tdeabouttde.h> -#include <tdeapplication.h> +#include <tdeversion.h> #include <tdelocale.h> #include <kstandarddirs.h> |
