summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowdefs_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qwindowdefs_win.h')
-rw-r--r--src/gui/kernel/qwindowdefs_win.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/kernel/qwindowdefs_win.h b/src/gui/kernel/qwindowdefs_win.h
index 396853e609..2bf9c8e672 100644
--- a/src/gui/kernel/qwindowdefs_win.h
+++ b/src/gui/kernel/qwindowdefs_win.h
@@ -115,15 +115,13 @@ typedef long HRESULT;
#endif
typedef struct tagMSG MSG;
-typedef HWND WId;
-
QT_BEGIN_NAMESPACE
Q_CORE_EXPORT HINSTANCE qWinAppInst();
Q_CORE_EXPORT HINSTANCE qWinAppPrevInst();
Q_CORE_EXPORT int qWinAppCmdShow();
-Q_GUI_EXPORT HDC qt_win_display_dc();
+Q_WIDGETS_EXPORT HDC qt_win_display_dc();
QT_END_NAMESPACE