┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-11-10 09:08:04 +0100
committerEmmanuel Pescosta <[email protected]>2014-11-10 09:08:04 +0100
commit02c08351489ed7b649e6409bf529773bab5136d8 (patch)
tree5a87f5c4f30154648d3f1df3bbd32b4ff085d66f /src/dolphinmainwindow.cpp
parentd0f0f1f2e2644e3738c03374d062dab9acc61eaf (diff)
KLineEdit to QLineEdit
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 637d46a01..81aa1e810 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -53,7 +53,7 @@
#include <kdualaction.h>
#include <KDialog>
#include <KJobWidgets>
-#include <KLineEdit>
+#include <QLineEdit>
#include <KToolBar>
#include <KIO/NetAccess>
#include <KIO/JobUiDelegate>