summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/mail/mainwindow.h b/noncore/net/mail/mainwindow.h
index 8d004c6..8cec888 100644
--- a/noncore/net/mail/mainwindow.h
+++ b/noncore/net/mail/mainwindow.h
@@ -17,2 +17,3 @@
class RecMail;
+class QCopChannel;
@@ -30,2 +31,3 @@ public slots:
virtual void slotComposeMail();
+ virtual void systemMessage( const QCString&, const QByteArray& );
@@ -53,2 +55,4 @@ protected:
QBoxLayout *layout;
+ int m_Rotate;
+ QCopChannel* m_sysChannel;
};