diff options
| author | André Wöbbeking <[email protected]> | 2006-12-29 14:28:16 +0000 |
|---|---|---|
| committer | André Wöbbeking <[email protected]> | 2006-12-29 14:28:16 +0000 |
| commit | b03d4cfc5dd5c7ed530b3d337a1e77ccb391847e (patch) | |
| tree | 2726fbbf6ba2bdf8892a063dc316fce2771a795a | |
| parent | 8812b5da0a9eed0d2eff75181ca011c1744ad4f9 (diff) | |
-pedantic
svn path=/trunk/playground/utils/dolphin/; revision=617550
| -rw-r--r-- | src/dolphincontextmenu.h | 2 | ||||
| -rw-r--r-- | src/infosidebarpage.h | 2 |
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; |
