From kde-commits Fri Dec 28 15:57:38 2012 From: Albert Astals Cid Date: Fri, 28 Dec 2012 15:57:38 +0000 To: kde-commits Subject: [kdelibs/frameworks] kdeui/widgets: kshortcutwidget.h does not need kshortcut.h Message-Id: <20121228155738.1055EA6091 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135671026717262 Git commit 3ec247e844691be20edd2ace2ca18bb221995ef3 by Albert Astals Cid. Committed on 28/12/2012 at 16:55. Pushed by aacid into branch 'frameworks'. kshortcutwidget.h does not need kshortcut.h M +3 -1 kdeui/widgets/kshortcutwidget.h http://commits.kde.org/kdelibs/3ec247e844691be20edd2ace2ca18bb221995ef3 diff --git a/kdeui/widgets/kshortcutwidget.h b/kdeui/widgets/kshortcutwidge= t.h index 6352735..6ac2e11 100644 --- a/kdeui/widgets/kshortcutwidget.h +++ b/kdeui/widgets/kshortcutwidget.h @@ -19,10 +19,12 @@ #ifndef KSHORTCUTWIDGET_H #define KSHORTCUTWIDGET_H = +#include + #include -#include "kshortcut.h" = class KActionCollection; +class KShortcut; class KShortcutWidgetPrivate; = /**