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

Ship it!


Ship It!

- Laurent Montel


On juil. 23, 2014, 9:26 après-midi, David Narváez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119435/
> -----------------------------------------------------------
> 
> (Updated juil. 23, 2014, 9:26 après-midi)
> 
> 
> 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