00001 /********************************************************************** 00002 ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. 00003 ** 00004 ** This file is part of the Qtopia Environment. 00005 ** 00006 ** Licensees holding valid Qtopia Developer license may use this 00007 ** file in accordance with the Qtopia Developer License Agreement 00008 ** provided with the Software. 00009 ** 00010 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING 00011 ** THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR 00012 ** PURPOSE. 00013 ** 00014 ** email sales@trolltech.com for information about Qtopia License 00015 ** Agreements. 00016 ** 00017 ** Contact info@trolltech.com if any conditions of this licensing are 00018 ** not clear to you. 00019 ** 00020 **********************************************************************/ 00021 00022 00023 #include "mainwindow.h" 00024 00025 #include <opie2/oapplicationfactory.h> 00026 00027 using namespace Opie::Core; 00028 OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) 00029 00030
1.4.2