[rkward] rkward: Another include file fix

Thomas Friedrichsmeier null at kde.org
Sat Jul 27 10:12:45 BST 2019


Git commit 394128e8d58b58bbd7cef9a4523ae346f94cd456 by Thomas Friedrichsmeier.
Committed on 27/07/2019 at 09:12.
Pushed by tfry into branch 'master'.

Another include file fix

M  +4    -2    rkward/rkward.cpp

https://commits.kde.org/rkward/394128e8d58b58bbd7cef9a4523ae346f94cd456

diff --git a/rkward/rkward.cpp b/rkward/rkward.cpp
index 1a4a7e3f..bb2f69cd 100644
--- a/rkward/rkward.cpp
+++ b/rkward/rkward.cpp
@@ -2,7 +2,7 @@
                           rkward.cpp  -  description
                              -------------------
     begin                : Tue Oct 29 20:06:08 CET 2002
-    copyright            : (C) 2002-2018 by Thomas Friedrichsmeier
+    copyright            : (C) 2002-2019 by Thomas Friedrichsmeier
     email                : thomas.friedrichsmeier at kdemail.net
  ***************************************************************************/
 
@@ -26,6 +26,9 @@
 #include <QMenuBar>
 #include <QStatusBar>
 #include <QInputDialog>
+#include <QVBoxLayout>
+#include <QHBoxLayout>
+#include <QIcon>
 
 // include files for KDE
 #include <kmessagebox.h>
@@ -41,7 +44,6 @@
 #include <krecentfilesaction.h>
 #include <ktoolbar.h>
 #include <kactionmenu.h>
-#include <QIcon>
 #include <KSharedConfig>
 #include <KConfigGroup>
 



More information about the rkward-tracker mailing list