┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart_ext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinpart_ext.cpp')
-rw-r--r--src/dolphinpart_ext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinpart_ext.cpp b/src/dolphinpart_ext.cpp
index 164901483..a6d52e583 100644
--- a/src/dolphinpart_ext.cpp
+++ b/src/dolphinpart_ext.cpp
@@ -164,11 +164,11 @@ KParts::ListingNotificationExtension::NotificationEventTypes DolphinPartListingN
void DolphinPartListingNotificationExtension::slotNewItems(const KFileItemList& items)
{
- emit listingEvent(KParts::ListingNotificationExtension::ItemsAdded, items);
+ Q_EMIT listingEvent(KParts::ListingNotificationExtension::ItemsAdded, items);
}
void DolphinPartListingNotificationExtension::slotItemsDeleted(const KFileItemList& items)
{
- emit listingEvent(KParts::ListingNotificationExtension::ItemsDeleted, items);
+ Q_EMIT listingEvent(KParts::ListingNotificationExtension::ItemsDeleted, items);
}