diff options
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp')
-rw-r--r-- | kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp index 7db5defb..d36b1fd0 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp @@ -48,22 +48,22 @@ //! TQString ip_address = dns.resultString(); //! \endcode -#include"ndns.h" +#include "ndns.h" -#include<tqapplication.h> -#include<tqsocketdevice.h> -#include<tqptrlist.h> -#include<tqeventloop.h> +#include <tqapplication.h> +#include <tqsocketdevice.h> +#include <tqptrlist.h> +#include <tqeventloop.h> #ifdef Q_OS_UNIX -#include<netdb.h> -#include<sys/types.h> -#include<netinet/in.h> -#include<arpa/inet.h> +#include <netdb.h> +#include <sys/types.h> +#include <netinet/in.h> +#include <arpa/inet.h> #endif #ifdef Q_OS_WIN32 -#include<windows.h> +#include <windows.h> #endif // CS_NAMESPACE_BEGIN |