From b200dc191e36b3af25c88fe541842c86bd8afc09 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 22 Mar 2026 11:57:05 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- kview/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kview/main.cpp') 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 #include #include #include @@ -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" ); -- cgit v1.2.3