summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mainwindow.h
authoralwin <alwin>2005-03-05 17:46:46 (UTC)
committer alwin <alwin>2005-03-05 17:46:46 (UTC)
commita287cf7aad0660d4c7a573ff4da8ef35c78bb712 (patch) (side-by-side diff)
treedf6b26dca01f4b41710197b1653225c52b4b287b /noncore/net/mail/mainwindow.h
parentc017febf6f4092bb968d12df5a30a0af30066048 (diff)
downloadopie-a287cf7aad0660d4c7a573ff4da8ef35c78bb712.zip
opie-a287cf7aad0660d4c7a573ff4da8ef35c78bb712.tar.gz
opie-a287cf7aad0660d4c7a573ff4da8ef35c78bb712.tar.bz2
change the layoutdirection of main window when display is rotating
(LeftToRight when 0 rotation, TopToButtom when 90)
Diffstat (limited to 'noncore/net/mail/mainwindow.h') (more/less context) (show 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
@@ -16,4 +16,5 @@
class RecMail;
+class QCopChannel;
class MainWindow : public QMainWindow
@@ -29,4 +30,5 @@ public slots:
virtual void appMessage(const QCString &msg, const QByteArray &data);
virtual void slotComposeMail();
+ virtual void systemMessage( const QCString&, const QByteArray& );
protected slots:
@@ -52,4 +54,6 @@ protected:
QListView *mailView;
QBoxLayout *layout;
+ int m_Rotate;
+ QCopChannel* m_sysChannel;
};