summaryrefslogtreecommitdiffstats
path: root/examples/network/ftp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/ftp/main.cpp')
-rw-r--r--examples/network/ftp/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/network/ftp/main.cpp b/examples/network/ftp/main.cpp
index ecabb31..5c24788 100644
--- a/examples/network/ftp/main.cpp
+++ b/examples/network/ftp/main.cpp
@@ -45,14 +45,12 @@
#ifdef Q_OS_SYMBIAN
#include <QDir>
#include <QDesktopWidget>
-#include "sym_iap_util.h"
#endif
int main(int argc, char *argv[])
{
Q_INIT_RESOURCE(ftp);
#ifdef Q_OS_SYMBIAN
- qt_SetDefaultIap();
// Change current directory from default private to c:\data
// in order that user can access the downloaded content
QDir::setCurrent( "c:\\data" );