diff options
Diffstat (limited to 'tdecore/tdehw/tdenetworkconnections.cpp')
-rw-r--r-- | tdecore/tdehw/tdenetworkconnections.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tdecore/tdehw/tdenetworkconnections.cpp b/tdecore/tdehw/tdenetworkconnections.cpp index 6227b095f..934c8f602 100644 --- a/tdecore/tdehw/tdenetworkconnections.cpp +++ b/tdecore/tdehw/tdenetworkconnections.cpp @@ -19,21 +19,23 @@ #include "tdehardwaredevices.h" #include "tdenetworkconnections.h" -#include "config.h" - #include <tqtimer.h> #include <tdelocale.h> +#include "tdenetworkdevice.h" // #define DEBUG_SIGNAL_QUEUE 1 +#include "config.h" + #ifdef WITH_NETWORK_MANAGER_BACKEND -#include "networkbackends/network-manager/network-manager.h" +#include "network-manager.h" #endif // WITH_NETWORK_MANAGER_BACKEND #define SET_BIT(x, y) (x |= 1 << y) #define TEST_BIT(x, y) ((x & (1 << y)) >> y) + /*================================================================================================*/ /* TDENetworkSearchDomain */ /*================================================================================================*/ @@ -1103,4 +1105,4 @@ TDENetworkWiFiAPInfo* TDEGlobalNetworkManager::findAccessPointByBSSID(TDEMACAddr /* End */ /*================================================================================================*/ -#include "tdenetworkconnections.moc"
\ No newline at end of file +#include "tdenetworkconnections.moc" |