-rw-r--r-- | noncore/net/mail/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/mail/mainwindow.h b/noncore/net/mail/mainwindow.h index 6c1cda0..74bce5a 100644 --- a/noncore/net/mail/mainwindow.h +++ b/noncore/net/mail/mainwindow.h | |||
@@ -15,12 +15,13 @@ class RecMail; | |||
15 | class MainWindow : public QMainWindow | 15 | class MainWindow : public QMainWindow |
16 | { | 16 | { |
17 | Q_OBJECT | 17 | Q_OBJECT |
18 | 18 | ||
19 | public: | 19 | public: |
20 | MainWindow( QWidget *parent = 0, const char *name = 0, WFlags flags = 0 ); | 20 | MainWindow( QWidget *parent = 0, const char *name = 0, WFlags flags = 0 ); |
21 | static QString appName() { return QString::fromLatin1("opiemail"); } | ||
21 | 22 | ||
22 | public slots: | 23 | public slots: |
23 | void slotAdjustColumns(); | 24 | void slotAdjustColumns(); |
24 | 25 | ||
25 | protected slots: | 26 | protected slots: |
26 | virtual void slotShowFolders( bool show ); | 27 | virtual void slotShowFolders( bool show ); |