┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/itemactions/movetonewfolderitemaction.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2024-09-29 16:07:21 +0200
committerLaurent Montel <[email protected]>2024-09-29 16:07:21 +0200
commit1365722dd7409e2e332b45dab8f9c3195762d2cf (patch)
tree27f679eb85afa30b1f5ced68625f51b43df0ecad /src/itemactions/movetonewfolderitemaction.cpp
parentedad1ac5335d7f8a69e296b6ff6b5b875f8bcfdf (diff)
Add missing include moc
Diffstat (limited to 'src/itemactions/movetonewfolderitemaction.cpp')
-rw-r--r--src/itemactions/movetonewfolderitemaction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itemactions/movetonewfolderitemaction.cpp b/src/itemactions/movetonewfolderitemaction.cpp
index 6d3d6b85b..295900331 100644
--- a/src/itemactions/movetonewfolderitemaction.cpp
+++ b/src/itemactions/movetonewfolderitemaction.cpp
@@ -52,3 +52,5 @@ QList<QAction *> MoveToNewFolderItemAction::actions(const KFileItemListPropertie
}
#include "movetonewfolderitemaction.moc"
+
+#include "moc_movetonewfolderitemaction.cpp"