┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/panel.cpp
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.cpp
parentb1843402863d0473b00d872daec4ab382ddec030 (diff)
Use capitalized KDE includes
Diffstat (limited to 'src/panels/panel.cpp')
-rw-r--r--src/panels/panel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/panel.cpp b/src/panels/panel.cpp
index f26086159..712e3ef5f 100644
--- a/src/panels/panel.cpp
+++ b/src/panels/panel.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
#include "panel.h"
-#include <kurl.h>
+#include <KUrl>
Panel::Panel(QWidget* parent) :
QWidget(parent),