From 9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31 Mon Sep 17 00:00:00 2001
From: sandman <sandman>
Date: Tue, 19 Nov 2002 00:58:14 +0000
Subject: Removed the last QT_QWS_* in libopie .. the libopie binary should now be

interchangeable between iPAQ, OZ and retail Z (in theory ;) )
---
(limited to 'libopie/odevice.cpp')

diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 25c9826..2d2f7db 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -304,39 +304,33 @@ QString ODevice::systemVersionString ( ) const
 
 void ODevice::alarmSound ( )
 {
-#ifndef QT_QWS_EBX
 #ifndef QT_NO_SOUND
 	static Sound snd ( "alarm" );
 
 	if ( snd. isFinished ( ))
 		snd. play ( );
 #endif
-#endif
 }
 
 void ODevice::keySound ( )
 {
-#ifndef QT_QWS_EBX
 #ifndef QT_NO_SOUND
 	static Sound snd ( "keysound" );
 
 	if ( snd. isFinished ( ))
 		snd. play ( );
 #endif
-#endif
 }
 
 void ODevice::touchSound ( )
 {
 
-#ifndef QT_QWS_EBX
 #ifndef QT_NO_SOUND
 	static Sound snd ( "touchsound" );
 
 	if ( snd. isFinished ( ))
 		snd. play ( );
 #endif
-#endif
 }
 
 
@@ -592,7 +586,6 @@ void iPAQ::timerEvent ( QTimerEvent * )
 
 void iPAQ::alarmSound ( )
 {
-#if defined( QT_QWS_IPAQ ) // IPAQ
 #ifndef QT_NO_SOUND
 	static Sound snd ( "alarm" );
 	int fd;
@@ -628,7 +621,6 @@ void iPAQ::alarmSound ( )
 		::close ( fd );
 	}
 #endif
-#endif
 }
 
 
--
cgit v0.9.0.2