┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-04 15:43:21 +0100
committerPeter Penz <[email protected]>2011-02-04 15:43:21 +0100
commit8eb9b508ca87fb1d634d8b8ba62c054ed04466d2 (patch)
treed9712ac782edaed308c3b1fc0ddb8dac873dfc39 /src/dolphincontextmenu.h
parentb1843402863d0473b00d872daec4ab382ddec030 (diff)
Use capitalized KDE includes
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index f0eee235f..3b1a2d9a1 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -20,15 +20,14 @@
#ifndef DOLPHINCONTEXTMENU_H
#define DOLPHINCONTEXTMENU_H
-#include <kdesktopfileactions.h>
-#include <kfileitem.h>
-#include <kservice.h>
-#include <kurl.h>
+#include <KFileItem>
+#include <KService>
+#include <KUrl>
#include <konq_copytomenu.h>
-#include <QtCore/QObject>
+#include <QObject>
-#include <QtCore/QVector>
+#include <QVector>
#include <QScopedPointer>