┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndré Wöbbeking <[email protected]>2006-12-29 14:28:16 +0000
committerAndré Wöbbeking <[email protected]>2006-12-29 14:28:16 +0000
commitb03d4cfc5dd5c7ed530b3d337a1e77ccb391847e (patch)
tree2726fbbf6ba2bdf8892a063dc316fce2771a795a /src
parent8812b5da0a9eed0d2eff75181ca011c1744ad4f9 (diff)
-pedantic
svn path=/trunk/playground/utils/dolphin/; revision=617550
Diffstat (limited to 'src')
-rw-r--r--src/dolphincontextmenu.h2
-rw-r--r--src/infosidebarpage.h2
2 files changed, 2 insertions, 2 deletions
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;