aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch
blob: ebe0c3eed97b51c0466ca556e869de50f5eebc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/widgets/action.h b/src/widgets/action.h
index 0207e557..748add43 100644
--- a/src/widgets/action.h
+++ b/src/widgets/action.h
@@ -65,7 +65,7 @@ Q_SIGNALS:
     void dialogFinished(const KNS3::Entry::List &changedEntries);
 #endif
     // Only show this overload when we hide deprecated methods or build the lib
-#if !KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(5, 90) || KF5NewStuffWidgets_EXPORTS
+#if !KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(5, 90) || 1
     /// emitted when the Hot New Stuff dialog has been closed
     void dialogFinished(const QList<KNSCore::Entry> &changedEntries);
 #endif
--