From kde-commits Fri Dec 28 16:11:30 2012 From: Albert Astals Cid Date: Fri, 28 Dec 2012 16:11:30 +0000 To: kde-commits Subject: [kdelibs/frameworks] kdeui/actions: kaction.h does not need kshortcut.h Message-Id: <20121228161130.D1DEDA6091 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135671110217516 Git commit be71ea2329c7d5573806b2dbaaadf5ade7128dc1 by Albert Astals Cid. Committed on 28/12/2012 at 17:11. Pushed by aacid into branch 'frameworks'. kaction.h does not need kshortcut.h M +1 -1 kdeui/actions/kaction.h M +1 -0 kdeui/actions/kaction_p.h http://commits.kde.org/kdelibs/be71ea2329c7d5573806b2dbaaadf5ade7128dc1 diff --git a/kdeui/actions/kaction.h b/kdeui/actions/kaction.h index f45c94d..ddaa4de 100644 --- a/kdeui/actions/kaction.h +++ b/kdeui/actions/kaction.h @@ -27,7 +27,6 @@ #define KACTION_H = #include -#include #include = #include @@ -35,6 +34,7 @@ = class KShapeGesture; class KRockerGesture; +class KShortcut; = //TODO Reduce the word count. This is not very focused and takes too long = to read. //Keep in mind that QAction also has documentation that we don't need to r= epeat here. diff --git a/kdeui/actions/kaction_p.h b/kdeui/actions/kaction_p.h index f87272c..a9a77a7 100644 --- a/kdeui/actions/kaction_p.h +++ b/kdeui/actions/kaction_p.h @@ -22,6 +22,7 @@ #include "kglobalaccel.h" #include "kgesturemap.h" #include +#include = class KAction; =20