qtmobility/src/bearer/qnetworkconfiguration.cpp
branchRCL_3
changeset 2 5822d84012fb
parent 0 cfcbf08528c4
child 3 87be51aa5b5b
equal deleted inserted replaced
0:cfcbf08528c4 2:5822d84012fb
    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 Q_WS_MAEMO_6
    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