diff options
author | Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com> | 2012-07-03 21:55:46 +0530 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-04 14:40:20 +0200 |
commit | 3517949390f349e034f8c57942af59a1f2c8c64f (patch) | |
tree | 7d7e703b752c434ff26f9326be61913f2cd1e2aa /src/plugins/generic/meego | |
parent | 32c54642dd9af1f1bf48c259f55dad6d5339c5e8 (diff) |
Make QGenericPlugin and QGenericPluginFactory public API
These classes are not specific to QPA.
Discussed in QtCS 2012.
Change-Id: I32bc5fad4f0fa5e7095af86d61966fdf4d9e4ad7
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/plugins/generic/meego')
-rw-r--r-- | src/plugins/generic/meego/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/meego/main.cpp b/src/plugins/generic/meego/main.cpp index 6a82bd857b..efc2c87057 100644 --- a/src/plugins/generic/meego/main.cpp +++ b/src/plugins/generic/meego/main.cpp @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include <qgenericplugin_qpa.h> +#include <QtGui/qgenericplugin.h> #include "qmeegointegration.h" QT_BEGIN_NAMESPACE |