-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119435/
-----------------------------------------------------------

Review request for KDE Frameworks.


Repository: kde-dev-scripts


Description
-------

Replacing also kaction.h header include


Diffs
-----

  kf5/convert-kaction.pl 0fa3f10cddd7f690edf5454a81bc5113d67abdcb 

Diff: https://git.reviewboard.kde.org/r/119435/diff/


Testing
-------

Sample commit using this script:

diff --git a/filters/exporter.h b/filters/exporter.h
index d5f14f1..8ef83d1 100644
--- a/filters/exporter.h
+++ b/filters/exporter.h
@@ -18,7 +18,7 @@
 #ifndef KIG_FILTERS_EXPORTER_H
 #define KIG_FILTERS_EXPORTER_H
 
-#include <kaction.h>
+#include <QAction>
 
 #include <vector>
 
@@ -41,7 +41,7 @@ public:
 };
 
 class ExporterAction
-  : public KAction
+  : public QAction
 {
   Q_OBJECT
 


Thanks,

David Narváez

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to