[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdesvn/frameworks] src: Remove one more piece of kde4libssupport
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2016-03-31 19:21:07
Message-ID: E1ali9T-0005rB-An () scm ! kde ! org
[Download RAW message or body]

Git commit 53569232306476f6cbd75fbfe662d898f6418e7c by Christian Ehrlicher.
Committed on 28/03/2016 at 18:20.
Pushed by chehrlic into branch 'frameworks'.

Remove one more piece of kde4libssupport

M  +1    -7    src/kdesvnview.cpp
M  +0    -1    src/ksvnwidgets/CMakeLists.txt
M  +0    -2    src/main.cpp
M  +2    -0    src/svnfrontend/CMakeLists.txt

http://commits.kde.org/kdesvn/53569232306476f6cbd75fbfe662d898f6418e7c

diff --git a/src/kdesvnview.cpp b/src/kdesvnview.cpp
index dd9c214..f019373 100644
--- a/src/kdesvnview.cpp
+++ b/src/kdesvnview.cpp
@@ -33,20 +33,14 @@
 #include "svnqt/svnqttypes.h"
 #include "helpers/windowgeometryhelper.h"
 =

-#include <QPainter>
-#include <QLayout>
 #include <QFileInfo>
+#include <QProgressBar>
 #include <QSplitter>
 =

 #include <kmessagebox.h>
-#include <krun.h>
 #include <klocale.h>
 #include <QTextBrowser>
 #include <kactioncollection.h>
-#include <kshortcut.h>
-#include <kdialog.h>
-#include <kprogressdialog.h>
-#include <kvbox.h>
 #include <kio/netaccess.h>
 =

 kdesvnView::kdesvnView(KActionCollection *aCollection, QWidget *parent, bo=
ol full)
diff --git a/src/ksvnwidgets/CMakeLists.txt b/src/ksvnwidgets/CMakeLists.txt
index 9d915f9..4ef9308 100644
--- a/src/ksvnwidgets/CMakeLists.txt
+++ b/src/ksvnwidgets/CMakeLists.txt
@@ -78,7 +78,6 @@ target_link_libraries(ksvnwidgets
         kdesvnhelpers
         kdesvncfgreader
         KF5::Wallet
-        KF5::KDELibs4Support
     PUBLIC
         svnqt
         Qt5::Widgets
diff --git a/src/main.cpp b/src/main.cpp
index ebfdca4..91a8d10 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,8 +39,6 @@ int main(int argc, char **argv)
     app.setOrganizationDomain("kde.org");
     app.setApplicationVersion(KDESVN_VERSION);
 =

-    KLocale::global();
-
     KAboutData aboutData(QLatin1String("kdesvn"), i18n("kdesvn"), QString(=
KDESVN_VERSION), i18n(description),
                          KAboutLicense::GPL, i18n("(C) 2005-2009 Rajko Alb=
recht"));
     aboutData.addAuthor(i18n("Rajko Albrecht"), i18n("Developer"), QString=
("ral@alwins-world.de"));
diff --git a/src/svnfrontend/CMakeLists.txt b/src/svnfrontend/CMakeLists.txt
index d4eacdc..8497515 100644
--- a/src/svnfrontend/CMakeLists.txt
+++ b/src/svnfrontend/CMakeLists.txt
@@ -128,6 +128,8 @@ add_subdirectory(background)
 add_library(svnfrontend STATIC ${svnfrontendsrc} ${frontend_ui_sources} ${=
hdr})
 =

 target_link_libraries(svnfrontend
+    PRIVATE
+        KF5::IconThemes
     PUBLIC
         KF5::ItemViews
         KF5::JobWidgets

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic