summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mainwindow.cpp
authoralwin <alwin>2004-01-07 00:08:02 (UTC)
committer alwin <alwin>2004-01-07 00:08:02 (UTC)
commita0ea0a96c91d95aa379a086238de18075ee5e4b5 (patch) (unidiff)
tree8f4f558d6cc00675cd4584fe82c24ab59638a1ea /noncore/net/mail/mainwindow.cpp
parenta545ea9b957c14bdf9d8aa20e64457b64841ce7f (diff)
downloadopie-a0ea0a96c91d95aa379a086238de18075ee5e4b5.zip
opie-a0ea0a96c91d95aa379a086238de18075ee5e4b5.tar.gz
opie-a0ea0a96c91d95aa379a086238de18075ee5e4b5.tar.bz2
why didn't them have any destructor?
Diffstat (limited to 'noncore/net/mail/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mainwindow.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp
index d2e887b..e16f853 100644
--- a/noncore/net/mail/mainwindow.cpp
+++ b/noncore/net/mail/mainwindow.cpp
@@ -83,3 +83,3 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
83 SLOT( slotEditSettings() ) ); 83 SLOT( slotEditSettings() ) );
84 editAccounts = new QAction( tr( "Configure accounts" ), QIconSet( Resource::loadPixmap("SettingsIcon") ) , 84 editAccounts = new QAction( tr( "Configure accounts" ), QIconSet( Resource::loadPixmap("mail/editaccounts") ) ,
85 0, 0, this ); 85 0, 0, this );
@@ -133,2 +133,5 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
133 133
134MainWindow::~MainWindow()
135{
136}
134 137