diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-26 16:32:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-26 16:32:42 -0600 |
commit | 259ae3880dd5abd572ce05e3ac14c395e451afc9 (patch) | |
tree | f5751f0ba295262192e1f9edabee1ce9678a639f /tdecore/tdenetworkconnections.h | |
parent | 1351acec11a5f985ef664119c54aba254195f8b2 (diff) | |
download | tdelibs-259ae3880dd5abd572ce05e3ac14c395e451afc9.tar.gz tdelibs-259ae3880dd5abd572ce05e3ac14c395e451afc9.zip |
Fix unexported library and increase NM DBUS timeout
Diffstat (limited to 'tdecore/tdenetworkconnections.h')
-rw-r--r-- | tdecore/tdenetworkconnections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdenetworkconnections.h b/tdecore/tdenetworkconnections.h index 7a05a003f..532618ab0 100644 --- a/tdecore/tdenetworkconnections.h +++ b/tdecore/tdenetworkconnections.h @@ -599,7 +599,7 @@ class TDECORE_EXPORT TDENetworkSingleRouteConfiguration typedef TQValueList<TDENetworkSingleRouteConfiguration> TDENetworkSingleRouteConfigurationList; -class TDENetworkIEEE8021xConfiguration +class TDECORE_EXPORT TDENetworkIEEE8021xConfiguration { public: TDENetworkIEEE8021xConfiguration(); |