summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwindowdefs_win.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-25 17:02:09 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-25 17:02:09 +0200
commitac2ea04e516fa7818cb7b4dbe7dd2619cec9fbda (patch)
treec832f0c4e66f3774a8cdb96ac74f9d94d44a007f /src/gui/kernel/qwindowdefs_win.h
parentb6b251cb8b36be434cf878a916c15019fd65b6f0 (diff)
downloadqt4-tools-ac2ea04e516fa7818cb7b4dbe7dd2619cec9fbda.tar.gz
Some refactoring of windows specific code + a private class of animations
Diffstat (limited to 'src/gui/kernel/qwindowdefs_win.h')
-rw-r--r--src/gui/kernel/qwindowdefs_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindowdefs_win.h b/src/gui/kernel/qwindowdefs_win.h
index 3899c23aa6..a24afd48ff 100644
--- a/src/gui/kernel/qwindowdefs_win.h
+++ b/src/gui/kernel/qwindowdefs_win.h
@@ -122,7 +122,7 @@ QT_BEGIN_NAMESPACE
Q_CORE_EXPORT HINSTANCE qWinAppInst();
Q_CORE_EXPORT HINSTANCE qWinAppPrevInst();
-Q_GUI_EXPORT int qWinAppCmdShow();
+Q_CORE_EXPORT int qWinAppCmdShow();
Q_GUI_EXPORT HDC qt_win_display_dc();
QT_END_NAMESPACE