qtmobility/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
branchRCL_3
changeset 2 87be51aa5b5b
parent 1 5822d84012fb
child 5 4ea83c148e84
equal deleted inserted replaced
1:5822d84012fb 2:87be51aa5b5b
    39 **
    39 **
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 #include <QtTest/QtTest>
    42 #include <QtTest/QtTest>
    43 #include "../qbearertestcommon.h"
    43 #include "../qbearertestcommon.h"
    44 #include "qnetworkconfiguration.h"
    44 #include "../../../src/bearer/qnetworkconfiguration.h"
    45 #include "qnetworkconfigmanager.h"
    45 #include "../../../src/bearer/qnetworkconfigmanager.h"
    46 
    46 
    47 #if defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5)
    47 #if defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5)
    48 #include <stdio.h>
    48 #include <stdio.h>
    49 #include <iapconf.h>
    49 #include <iapconf.h>
    50 #endif
    50 #endif