summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgenericplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qgenericplugin.cpp')
-rw-r--r--src/gui/kernel/qgenericplugin.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/kernel/qgenericplugin.cpp b/src/gui/kernel/qgenericplugin.cpp
index 4cd12d068c..abfae93a0c 100644
--- a/src/gui/kernel/qgenericplugin.cpp
+++ b/src/gui/kernel/qgenericplugin.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "qgenericplugin_qpa.h"
+#include "qgenericplugin.h"
#ifndef QT_NO_LIBRARY
@@ -48,12 +48,9 @@ QT_BEGIN_NAMESPACE
/*!
\class QGenericPlugin
\ingroup plugins
- \ingroup qpa
\brief The QGenericPlugin class is an abstract base class for
- window-system related plugins in Qt QPA.
-
- Note that this class is only available in Qt QPA.
+ plugins.
A mouse plugin can be created by subclassing
QGenericPlugin and reimplementing the pure virtual create()