author | mickeyl <mickeyl> | 2004-03-21 13:21:05 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-21 13:21:05 (UTC) |
commit | 1b29dc60dbbb1de10ef094841976283eef0f171e (patch) (side-by-side diff) | |
tree | 038a83f90b9cc579ceefe69ee1903b3fd83596b5 | |
parent | de722623b49574659f6ef5b065076cb1609f81dd (diff) | |
download | opie-1b29dc60dbbb1de10ef094841976283eef0f171e.zip opie-1b29dc60dbbb1de10ef094841976283eef0f171e.tar.gz opie-1b29dc60dbbb1de10ef094841976283eef0f171e.tar.bz2 |
compile fix
-rw-r--r-- | noncore/unsupported/mailit/main.cpp | 2 |
1 files changed, 1 insertions, 1 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 @@ -1,26 +1,26 @@ /********************************************************************** ** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qt Palmtop Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #include <qpe/qpeapplication.h> #include "mailitwindow.h" #include <opie/oapplicationfactory.h> -using namespace Opie::Core; +using namespace Opie; OPIE_EXPORT_APP( OApplicationFactory<MailItWindow> )
\ No newline at end of file |