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) (unidiff)
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) (ignore 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
@@ -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
12MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) 11MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )