-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 & { -#ifdef Q_WS_QWS QDataStream stream( data, IO_ReadOnly ); @@ -389,3 +388,2 @@ void DesktopApplication::desktopMessage( const QCString &msg, const QByteArray & } -#endif } @@ -395,3 +393,2 @@ void DesktopApplication::systemMessage( const QCString & msg, const QByteArray & { -#ifdef Q_WS_QWS QDataStream stream ( data, IO_ReadOnly ); @@ -426,3 +423,2 @@ void DesktopApplication::systemMessage( const QCString & msg, const QByteArray & } -#endif } 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 ) -#if defined(Q_WS_QWS) && !defined(QT_NO_COP) +#if !defined(QT_NO_COP) QCopChannel* sysChannel = new QCopChannel( "QPE/System", this ); |