qtmobility/src/bearer/qnetworkconfiguration.cpp
branchRCL_3
changeset 2 87be51aa5b5b
parent 1 5822d84012fb
child 6 4203353e74ea
equal deleted inserted replaced
1:5822d84012fb 2:87be51aa5b5b
    41 
    41 
    42 #include "qnetworkconfiguration.h"
    42 #include "qnetworkconfiguration.h"
    43 
    43 
    44 #ifdef Q_OS_SYMBIAN
    44 #ifdef Q_OS_SYMBIAN
    45 #include "qnetworkconfiguration_s60_p.h"
    45 #include "qnetworkconfiguration_s60_p.h"
    46 #elif (defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5))
    46 #elif defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5)
    47 #include "qnetworkconfiguration_maemo_p.h"
    47 #include "qnetworkconfiguration_maemo_p.h"
    48 #else
    48 #else
    49 #include "qnetworkconfiguration_p.h"
    49 #include "qnetworkconfiguration_p.h"
    50 #endif
    50 #endif
    51 
    51