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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/mail/mainwindow.h b/noncore/net/mail/mainwindow.h
index 6c87261..6c1cda0 100644
--- a/noncore/net/mail/mainwindow.h
+++ b/noncore/net/mail/mainwindow.h
@@ -27,4 +27,5 @@ protected slots:
virtual void refreshMailView(QList<RecMail>*);
virtual void displayMail(QListViewItem*);
+ void slotAdjustLayout();
protected:
@@ -36,5 +37,5 @@ protected:
AccountView *folderView;
QListView *mailView;
-
+ QBoxLayout *layout;
};