Review Request 119435: Replacing also kaction.h header include
David Narváez
david.narvaez at computer.org
Thu Jul 24 10:16:16 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119435/
-----------------------------------------------------------
(Updated July 24, 2014, 10:16 a.m.)
Status
------
This change has been marked as submitted.
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140724/afa94e5f/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list