From: André Wöbbeking Date: Fri, 29 Dec 2006 14:28:16 +0000 (+0000) Subject: -pedantic X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b03d4cfc5dd5c7ed530b3d337a1e77ccb391847e -pedantic svn path=/trunk/playground/utils/dolphin/; revision=617550 --- diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 49c21faa8..9f31b6271 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -107,7 +107,7 @@ private: submenuID = 90, bookmarkID = 91, openWithIDStart = 100, - actionsIDStart = 1000, + actionsIDStart = 1000 }; DolphinView* m_dolphinView; diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index a333744ce..8efcb1192 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -37,7 +37,7 @@ namespace KIO { class Job; -}; +} class QPixmap; class QIcon;