┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.h2
-rw-r--r--src/views/versioncontrol/versioncontrolobserver.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 5a2907df7..e3f83979c 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -25,7 +25,7 @@
#include <memory>
-typedef KIO::FileUndoManager::CommandType CommandType;
+using CommandType = KIO::FileUndoManager::CommandType;
class QVBoxLayout;
class DolphinItemListView;
class KFileItemModel;
diff --git a/src/views/versioncontrol/versioncontrolobserver.h b/src/views/versioncontrol/versioncontrolobserver.h
index 13d4d8b0d..50065569c 100644
--- a/src/views/versioncontrol/versioncontrolobserver.h
+++ b/src/views/versioncontrol/versioncontrolobserver.h
@@ -100,7 +100,7 @@ private Q_SLOTS:
void slotThreadFinished();
private:
- typedef QPair<KFileItem, KVersionControlPlugin::ItemVersion> ItemState;
+ using ItemState = QPair<KFileItem, KVersionControlPlugin::ItemVersion>;
void updateItemStates();