diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 07:32:19 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 07:45:33 (GMT) |
commit | 415c1ee359249e3eb44ff56e6078076d6024afeb (patch) | |
tree | 91181a663dff5064308e763a24fdb21b0a357775 /src/gui/kernel/qwidget.h | |
parent | 57522c3c389c133343c31770950648c3cf271406 (diff) | |
download | Qt-415c1ee359249e3eb44ff56e6078076d6024afeb.zip Qt-415c1ee359249e3eb44ff56e6078076d6024afeb.tar.gz Qt-415c1ee359249e3eb44ff56e6078076d6024afeb.tar.bz2 |
Say hello to Q_WS_QPA!
Rename Q_WS_LITE -> Q_WS_QPA
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index 740f4ff..8e08ce5 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -628,7 +628,7 @@ public: void setWindowSurface(QWindowSurface *surface); QWindowSurface *windowSurface() const; -#if defined(Q_WS_LITE) +#if defined(Q_WS_QPA) void setPlatformWindow(QPlatformWindow *window); QPlatformWindow *platformWindow() const; friend class QDesktopScreenWidget; |