┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/panel.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/panels/panel.h
parentb1843402863d0473b00d872daec4ab382ddec030 (diff)
Use capitalized KDE includes
Diffstat (limited to 'src/panels/panel.h')
-rw-r--r--src/panels/panel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panels/panel.h b/src/panels/panel.h
index 2e8d46e40..6048cbcc3 100644
--- a/src/panels/panel.h
+++ b/src/panels/panel.h
@@ -21,9 +21,9 @@
#ifndef PANEL_H
#define PANEL_H
-#include <QtGui/QWidget>
-#include <kurl.h>
-#include <kfileitem.h>
+#include <QWidget>
+#include <KUrl>
+#include <KFileItem>
/**
* @brief Base widget for all panels that can be docked on the window borders.