author | zecke <zecke> | 2002-10-18 01:46:28 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-18 01:46:28 (UTC) |
commit | 218bc4583c545db50f3475930d61b1c76aca3fbd (patch) (unidiff) | |
tree | 5ddd0dbca5a42d3f00914968150147c85b4da837 | |
parent | 0457c48c165abef8afa2ac73c8f66d20e289681a (diff) | |
download | opie-218bc4583c545db50f3475930d61b1c76aca3fbd.zip opie-218bc4583c545db50f3475930d61b1c76aca3fbd.tar.gz opie-218bc4583c545db50f3475930d61b1c76aca3fbd.tar.bz2 |
Remove some more #ifdefs
-rw-r--r-- | core/launcher/desktop.cpp | 4 | ||||
-rw-r--r-- | core/launcher/launcher.cpp | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp index 1fd3f6a..3546e28 100644 --- a/core/launcher/desktop.cpp +++ b/core/launcher/desktop.cpp | |||
@@ -377,3 +377,2 @@ void DesktopApplication::desktopMessage( const QCString &msg, const QByteArray & | |||
377 | { | 377 | { |
378 | #ifdef Q_WS_QWS | ||
379 | QDataStream stream( data, IO_ReadOnly ); | 378 | QDataStream stream( data, IO_ReadOnly ); |
@@ -389,3 +388,2 @@ void DesktopApplication::desktopMessage( const QCString &msg, const QByteArray & | |||
389 | } | 388 | } |
390 | #endif | ||
391 | } | 389 | } |
@@ -395,3 +393,2 @@ void DesktopApplication::systemMessage( const QCString & msg, const QByteArray & | |||
395 | { | 393 | { |
396 | #ifdef Q_WS_QWS | ||
397 | QDataStream stream ( data, IO_ReadOnly ); | 394 | QDataStream stream ( data, IO_ReadOnly ); |
@@ -426,3 +423,2 @@ void DesktopApplication::systemMessage( const QCString & msg, const QByteArray & | |||
426 | } | 423 | } |
427 | #endif | ||
428 | } | 424 | } |
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index a5955a4..5a9ee1b 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp | |||
@@ -626,3 +626,3 @@ Launcher::Launcher( QWidget* parent, const char* name, WFlags fl ) | |||
626 | 626 | ||
627 | #if defined(Q_WS_QWS) && !defined(QT_NO_COP) | 627 | #if !defined(QT_NO_COP) |
628 | QCopChannel* sysChannel = new QCopChannel( "QPE/System", this ); | 628 | QCopChannel* sysChannel = new QCopChannel( "QPE/System", this ); |