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/views/renamedialog.h | |
| parent | d0f0f1f2e2644e3738c03374d062dab9acc61eaf (diff) | |
KLineEdit to QLineEdit
Diffstat (limited to 'src/views/renamedialog.h')
| -rw-r--r-- | src/views/renamedialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/renamedialog.h b/src/views/renamedialog.h index 045161ae4..86318c5c4 100644 --- a/src/views/renamedialog.h +++ b/src/views/renamedialog.h @@ -24,11 +24,11 @@ #include <QDialog> #include <KFileItem> +#include <QString> -class KLineEdit; +class QLineEdit; class KIntSpinBox; class QPushButton; -#include <QString> /** * @brief Dialog for renaming a variable number of files. @@ -61,7 +61,7 @@ private: private: bool m_renameOneItem; QString m_newName; - KLineEdit* m_lineEdit; + QLineEdit* m_lineEdit; KFileItemList m_items; bool m_allExtensionsDifferent; KIntSpinBox* m_spinBox; |
