-rw-r--r-- | core/applets/rotateapplet/rotate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/applets/rotateapplet/rotate.cpp b/core/applets/rotateapplet/rotate.cpp index 62567ed..ac6b259 100644 --- a/core/applets/rotateapplet/rotate.cpp +++ b/core/applets/rotateapplet/rotate.cpp | |||
@@ -47,5 +47,4 @@ RotateApplet::RotateApplet ( ) | |||
47 | { | 47 | { |
48 | 48 | ||
49 | #if defined(Q_WS_QWS) | ||
50 | #if !defined(QT_NO_COP) | 49 | #if !defined(QT_NO_COP) |
51 | QCopChannel *rotateChannel = new QCopChannel( "QPE/Rotation" , this ); | 50 | QCopChannel *rotateChannel = new QCopChannel( "QPE/Rotation" , this ); |
@@ -53,5 +52,4 @@ RotateApplet::RotateApplet ( ) | |||
53 | this, SLOT ( channelReceived( const QCString &, const QByteArray &) ) ); | 52 | this, SLOT ( channelReceived( const QCString &, const QByteArray &) ) ); |
54 | #endif | 53 | #endif |
55 | #endif | ||
56 | 54 | ||
57 | } | 55 | } |