-rw-r--r-- | noncore/net/mail/mail.pro | 2 | ||||
-rw-r--r-- | noncore/net/mail/mainwindow.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro index 098817a..c913826 100644 --- a/noncore/net/mail/mail.pro +++ b/noncore/net/mail/mail.pro | |||
@@ -8,7 +8,6 @@ HEADERS = defines.h \ | |||
8 | composemail.h \ | 8 | composemail.h \ |
9 | accountview.h \ | 9 | accountview.h \ |
10 | mainwindow.h \ | 10 | mainwindow.h \ |
11 | readmailgui.h \ | ||
12 | opiemail.h | 11 | opiemail.h |
13 | 12 | ||
14 | SOURCES = main.cpp \ | 13 | SOURCES = main.cpp \ |
@@ -21,7 +20,6 @@ SOURCES = main.cpp \ | |||
21 | addresspicker.cpp \ | 20 | addresspicker.cpp \ |
22 | editaccounts.cpp \ | 21 | editaccounts.cpp \ |
23 | logindialog.cpp \ | 22 | logindialog.cpp \ |
24 | readmailgui.cpp \ | ||
25 | settings.cpp | 23 | settings.cpp |
26 | 24 | ||
27 | INTERFACES = editaccountsui.ui \ | 25 | INTERFACES = editaccountsui.ui \ |
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp index 0a433a0..28111d0 100644 --- a/noncore/net/mail/mainwindow.cpp +++ b/noncore/net/mail/mainwindow.cpp | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <qpe/resource.h> | 6 | #include <qpe/resource.h> |
7 | 7 | ||
8 | #include "defines.h" | 8 | #include "defines.h" |
9 | #include "readmailgui.h" | ||
10 | #include "mainwindow.h" | 9 | #include "mainwindow.h" |
11 | 10 | ||
12 | MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) | 11 | MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) |