diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 12:41:17 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 12:47:31 (GMT) |
commit | 13cc79de7b96cfe367869a748d07d502997d0342 (patch) | |
tree | aead51fb365f939d06b78dc6366f124c86cbb4af /src/gui/kernel/qdesktopwidget_qpa_p.h | |
parent | 1e88fd57c693db1e4b6f0c42a2c05fad935fb4b9 (diff) | |
download | Qt-13cc79de7b96cfe367869a748d07d502997d0342.zip Qt-13cc79de7b96cfe367869a748d07d502997d0342.tar.gz Qt-13cc79de7b96cfe367869a748d07d502997d0342.tar.bz2 |
Refactored classes and functions using lite
Diffstat (limited to 'src/gui/kernel/qdesktopwidget_qpa_p.h')
-rw-r--r-- | src/gui/kernel/qdesktopwidget_qpa_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qdesktopwidget_qpa_p.h b/src/gui/kernel/qdesktopwidget_qpa_p.h index 33e4c98..8bed09d 100644 --- a/src/gui/kernel/qdesktopwidget_qpa_p.h +++ b/src/gui/kernel/qdesktopwidget_qpa_p.h @@ -50,8 +50,8 @@ // We mean it. // -#ifndef QDESKTOPWIDGET_LITE_P_H -#define QDESKTOPWIDGET_LITE_P_H +#ifndef QDESKTOPWIDGET_QPA_P_H +#define QDESKTOPWIDGET_QPA_P_H #include "QDesktopWidget" #include "private/qwidget_p.h" @@ -73,4 +73,4 @@ public: QDesktopScreenWidget virtualScreen; }; -#endif // QDESKTOPWIDGET_LITE_P_H +#endif // QDESKTOPWIDGET_QPA_P_H |