summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxbindable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxbindable.h')
-rw-r--r--src/activeqt/control/qaxbindable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxbindable.h b/src/activeqt/control/qaxbindable.h
index d2dcc36..c5d2630 100644
--- a/src/activeqt/control/qaxbindable.h
+++ b/src/activeqt/control/qaxbindable.h
@@ -51,7 +51,7 @@
#ifndef QAXBINDABLE_H
#define QAXBINDABLE_H
-#include <QtWidgets/QWidget>
+#include <QtWidgets/qwidget.h>
struct IUnknown;
@@ -63,6 +63,7 @@ struct IAxServerBase;
class QAxBindable
{
+ Q_DISABLE_COPY(QAxBindable)
friend class QAxServerBase;
public:
QAxBindable();