From 625f996d583baee67785189dfd66237f3c751e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 6 Feb 2014 16:43:39 +0100 Subject: [PATCH] Do not use KDE_VERSION_STRING for workspace applications Workspace is no longer synced with kdelibs releases. Thus if compiled against e.g. 4.12 we want our workspace apps to still be 4.11. REVIEW: 115519 --- clients/oxygen/demo/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/oxygen/demo/main.cpp b/clients/oxygen/demo/main.cpp index 83d9d834b7..a5727bf9b4 100644 --- a/clients/oxygen/demo/main.cpp +++ b/clients/oxygen/demo/main.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) "oxygen-shadow-demo", "kstyle_config", ki18n( "Oxygen Shadow Demo" ), - KDE_VERSION_STRING, + WORKSPACE_VERSION_STRING, ki18n( "Oxygen decoration shadows demonstration" ), KAboutData::License_GPL_V2, ki18n( "(c) 2011, Hugo Pereira Da Costa" ));