1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

-pedantic

svn path=/trunk/playground/utils/dolphin/; revision=617550
This commit is contained in:
André Wöbbeking 2006-12-29 14:28:16 +00:00
parent 8812b5da0a
commit b03d4cfc5d
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ private:
submenuID = 90,
bookmarkID = 91,
openWithIDStart = 100,
actionsIDStart = 1000,
actionsIDStart = 1000
};
DolphinView* m_dolphinView;

View File

@ -37,7 +37,7 @@
namespace KIO {
class Job;
};
}
class QPixmap;
class QIcon;