summaryrefslogtreecommitdiff
path: root/core/apps/calibrate/calibrate.h
Side-by-side diff
Diffstat (limited to 'core/apps/calibrate/calibrate.h') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/calibrate/calibrate.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/apps/calibrate/calibrate.h b/core/apps/calibrate/calibrate.h
index 97108c9..06aa0c9 100644
--- a/core/apps/calibrate/calibrate.h
+++ b/core/apps/calibrate/calibrate.h
@@ -21,5 +21,5 @@
#include <qwsmouse_qws.h>
-#if defined(Q_WS_QWS) || defined(_WS_QWS_)
+//#if defined(Q_WS_QWS) || defined(_WS_QWS_)
#include <qdialog.h>
@@ -53,6 +53,8 @@ private:
void reset();
QPixmap logo;
+#ifdef QWS
QWSPointerCalibrationData goodcd,cd;
QWSPointerCalibrationData::Location location;
+#endif
QPoint crossPos;
QPoint penPos;
@@ -64,4 +66,4 @@ private:
};
-#endif // _WS_QWS_
+//#endif // _WS_QWS_