summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxwidget.h')
-rw-r--r--src/activeqt/container/qaxwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/container/qaxwidget.h b/src/activeqt/container/qaxwidget.h
index 3a9f19e..49caa22 100644
--- a/src/activeqt/container/qaxwidget.h
+++ b/src/activeqt/container/qaxwidget.h
@@ -52,7 +52,7 @@
#define QAXWIDGET_H
#include <ActiveQt/qaxbase.h>
-#include <QtWidgets/QWidget>
+#include <QtWidgets/qwidget.h>
QT_BEGIN_NAMESPACE
@@ -72,7 +72,7 @@ public:
explicit QAxWidget(QWidget* parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
explicit QAxWidget(const QString &c, QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
explicit QAxWidget(IUnknown *iface, QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
- ~QAxWidget();
+ ~QAxWidget() override;
void clear() override;
bool doVerb(const QString &verb);