qtmobility/src/bearer/qnetworkconfiguration.cpp
changeset 4 90517678cc4f
parent 0 cfcbf08528c4
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    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