diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-11-10 09:08:04 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-11-10 09:08:04 +0100 |
| commit | 02c08351489ed7b649e6409bf529773bab5136d8 (patch) | |
| tree | 5a87f5c4f30154648d3f1df3bbd32b4ff085d66f /src/dolphinmainwindow.cpp | |
| parent | d0f0f1f2e2644e3738c03374d062dab9acc61eaf (diff) | |
KLineEdit to QLineEdit
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
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> |
