summaryrefslogtreecommitdiff
path: root/noncore
authorharlekin <harlekin>2003-12-08 13:42:17 (UTC)
committer harlekin <harlekin>2003-12-08 13:42:17 (UTC)
commit5b77d3bb26b2eef672ee33dd504430cd69597501 (patch) (side-by-side diff)
tree422caa6a2ed7085aa80cb4df6fa83ffac0f9e603 /noncore
parent71a30248f654d4acf263af9f50df7ede25ee4d99 (diff)
downloadopie-5b77d3bb26b2eef672ee33dd504430cd69597501.zip
opie-5b77d3bb26b2eef672ee33dd504430cd69597501.tar.gz
opie-5b77d3bb26b2eef672ee33dd504430cd69597501.tar.bz2
clear more junk
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro2
-rw-r--r--noncore/net/mail/mainwindow.cpp1
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 \
settings.h \
editaccounts.h \
mailwrapper.h \
composemail.h \
accountview.h \
mainwindow.h \
- readmailgui.h \
opiemail.h
SOURCES = main.cpp \
opiemail.cpp \
mainwindow.cpp \
accountview.cpp \
composemail.cpp \
mailwrapper.cpp \
imapwrapper.cpp \
addresspicker.cpp \
editaccounts.cpp \
logindialog.cpp \
- readmailgui.cpp \
settings.cpp
INTERFACES = editaccountsui.ui \
selectmailtypeui.ui \
imapconfigui.ui \
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 @@
#include <qheader.h>
#include <qtimer.h>
#include <qpe/resource.h>
#include "defines.h"
-#include "readmailgui.h"
#include "mainwindow.h"
MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
: QMainWindow( parent, name, flags )
{
setCaption( tr( "Opie-Mail" ) );