summaryrefslogtreecommitdiff
path: root/core/launcher/desktop.cpp
Side-by-side diff
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 &
{
-#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
}