summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-03-21 13:21:05 (UTC)
committer mickeyl <mickeyl>2004-03-21 13:21:05 (UTC)
commit1b29dc60dbbb1de10ef094841976283eef0f171e (patch) (unidiff)
tree038a83f90b9cc579ceefe69ee1903b3fd83596b5
parentde722623b49574659f6ef5b065076cb1609f81dd (diff)
downloadopie-1b29dc60dbbb1de10ef094841976283eef0f171e.zip
opie-1b29dc60dbbb1de10ef094841976283eef0f171e.tar.gz
opie-1b29dc60dbbb1de10ef094841976283eef0f171e.tar.bz2
compile fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mailit/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/mailit/main.cpp b/noncore/unsupported/mailit/main.cpp
index 1ccd666..01bebcb 100644
--- a/noncore/unsupported/mailit/main.cpp
+++ b/noncore/unsupported/mailit/main.cpp
@@ -13,14 +13,14 @@
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#include <qpe/qpeapplication.h> 20#include <qpe/qpeapplication.h>
21#include "mailitwindow.h" 21#include "mailitwindow.h"
22 22
23#include <opie/oapplicationfactory.h> 23#include <opie/oapplicationfactory.h>
24 24
25using namespace Opie::Core; 25using namespace Opie;
26OPIE_EXPORT_APP( OApplicationFactory<MailItWindow> ) \ No newline at end of file 26OPIE_EXPORT_APP( OApplicationFactory<MailItWindow> )