summaryrefslogtreecommitdiffstats
path: root/kview/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:57:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 16:08:13 +0900
commit1cd3a7d43c18218e92a433eb402dc8675d01d554 (patch)
tree2a92d68fa01ebf1aac4678c842f040531aff55ea /kview/main.cpp
parent5cac7bf90b07827e969a079a274e1981f9e570c5 (diff)
downloadtdegraphics-r14.1.x.tar.gz
tdegraphics-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b200dc191e36b3af25c88fe541842c86bd8afc09)
Diffstat (limited to 'kview/main.cpp')
-rw-r--r--kview/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kview/main.cpp b/kview/main.cpp
index 6d1e8227..6e41ff07 100644
--- a/kview/main.cpp
+++ b/kview/main.cpp
@@ -17,7 +17,7 @@
*/
#include "kview.h"
-#include "version.h"
+#include <tdeversion.h>
#include <tdeapplication.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
@@ -34,7 +34,7 @@ static TDECmdLineOptions options[] =
extern "C" TDE_EXPORT int kdemain( int argc, char ** argv )
{
TDEAboutData about( "kview", I18N_NOOP( "KView" ),
- KVIEW_VERSION, description,
+ TDE_VERSION_STRING, description,
TDEAboutData::License_GPL,
I18N_NOOP( "(c) 1997-2002, The KView Developers" ) );
about.addAuthor( "Matthias Kretz", I18N_NOOP( "Maintainer" ), "kretz@kde.org" );