summaryrefslogtreecommitdiff
path: root/core/apps/calibrate/main.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/calibrate/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/calibrate/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/calibrate/main.cpp b/core/apps/calibrate/main.cpp
index cb041c9..d1ad083 100644
--- a/core/apps/calibrate/main.cpp
+++ b/core/apps/calibrate/main.cpp
@@ -28,7 +28,7 @@ int main( int argc, char ** argv )
QPEApplication a( argc, argv );
int retval = 0;
-#if defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX)
+#if defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_IPAQ) || defined(QT_QWS_SL5XXX)
if ( !QFile::exists( "/etc/pointercal" ) ) {
// Make sure calibration widget starts on top.
Calibrate *cal = new Calibrate;