summaryrefslogtreecommitdiff
path: root/core/launcher/desktop.cpp
Unidiff
Diffstat (limited to 'core/launcher/desktop.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/desktop.cpp4
1 files changed, 0 insertions, 4 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}