author | harlekin <harlekin> | 2003-12-08 13:42:17 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-12-08 13:42:17 (UTC) |
commit | 5b77d3bb26b2eef672ee33dd504430cd69597501 (patch) (unidiff) | |
tree | 422caa6a2ed7085aa80cb4df6fa83ffac0f9e603 | |
parent | 71a30248f654d4acf263af9f50df7ede25ee4d99 (diff) | |
download | opie-5b77d3bb26b2eef672ee33dd504430cd69597501.zip opie-5b77d3bb26b2eef672ee33dd504430cd69597501.tar.gz opie-5b77d3bb26b2eef672ee33dd504430cd69597501.tar.bz2 |
clear more junk
-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 | |||
@@ -5,26 +5,24 @@ HEADERS = defines.h \ | |||
5 | settings.h \ | 5 | settings.h \ |
6 | editaccounts.h \ | 6 | editaccounts.h \ |
7 | mailwrapper.h \ | 7 | mailwrapper.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 \ |
15 | opiemail.cpp \ | 14 | opiemail.cpp \ |
16 | mainwindow.cpp \ | 15 | mainwindow.cpp \ |
17 | accountview.cpp \ | 16 | accountview.cpp \ |
18 | composemail.cpp \ | 17 | composemail.cpp \ |
19 | mailwrapper.cpp \ | 18 | mailwrapper.cpp \ |
20 | imapwrapper.cpp \ | 19 | imapwrapper.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 \ |
28 | selectmailtypeui.ui \ | 26 | selectmailtypeui.ui \ |
29 | imapconfigui.ui \ | 27 | imapconfigui.ui \ |
30 | pop3configui.ui \ | 28 | pop3configui.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 | |||
@@ -3,13 +3,12 @@ | |||
3 | #include <qheader.h> | 3 | #include <qheader.h> |
4 | #include <qtimer.h> | 4 | #include <qtimer.h> |
5 | 5 | ||
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 ) |
13 | : QMainWindow( parent, name, flags ) | 12 | : QMainWindow( parent, name, flags ) |
14 | { | 13 | { |
15 | setCaption( tr( "Opie-Mail" ) ); | 14 | setCaption( tr( "Opie-Mail" ) ); |