┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemeditdialog.h
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/panels/places/placesitemeditdialog.h
parentd0f0f1f2e2644e3738c03374d062dab9acc61eaf (diff)
KLineEdit to QLineEdit
Diffstat (limited to 'src/panels/places/placesitemeditdialog.h')
-rw-r--r--src/panels/places/placesitemeditdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/places/placesitemeditdialog.h b/src/panels/places/placesitemeditdialog.h
index f2bba546b..8a0dc0471 100644
--- a/src/panels/places/placesitemeditdialog.h
+++ b/src/panels/places/placesitemeditdialog.h
@@ -28,8 +28,8 @@
#include <QUrl>
class KIconButton;
-class KLineEdit;
class KUrlRequester;
+class QLineEdit;
class QCheckBox;
class QPushButton;
@@ -69,7 +69,7 @@ private:
bool m_allowGlobal;
KUrlRequester* m_urlEdit;
- KLineEdit* m_textEdit;
+ QLineEdit* m_textEdit;
KIconButton* m_iconButton;
QCheckBox* m_appLocal;
QPushButton *m_okButton;