summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/main.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieftp/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/net/opieftp/main.cpp b/noncore/net/opieftp/main.cpp
index 330ca52..763ffb4 100644
--- a/noncore/net/opieftp/main.cpp
+++ b/noncore/net/opieftp/main.cpp
@@ -11,8 +11,10 @@
11 * the Free Software Foundation; either version 2 of the License, or * 11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. * 12 * (at your option) any later version. *
13 ***************************************************************************/ 13 ***************************************************************************/
14#include <opie2/oapplicationfactory.h>
15#include "opieftp.h" 14#include "opieftp.h"
16 15#include <opie2/oapplicationfactory.h>
16//#include <qtopia/qpeapplication.h>
17using namespace Opie::Core; 17using namespace Opie::Core;
18OPIE_EXPORT_APP( OApplicationFactory<OpieFtp> ) 18OPIE_EXPORT_APP( OApplicationFactory<OpieFtp> )
19
20