diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-08-18 10:43:26 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-08-18 10:43:26 (GMT) |
commit | dcc7ddb73396d1024e0b5246d2c6e3046c66dc40 (patch) | |
tree | 54871ae82e6d498df198c3a92a236b75353551fd /src/network/socket | |
parent | 956b21557d0d6e119133b1d8173b00f1ba11f495 (diff) | |
download | Qt-dcc7ddb73396d1024e0b5246d2c6e3046c66dc40.zip Qt-dcc7ddb73396d1024e0b5246d2c6e3046c66dc40.tar.gz Qt-dcc7ddb73396d1024e0b5246d2c6e3046c66dc40.tar.bz2 |
Trivial, followng the Qt coding style.
Diffstat (limited to 'src/network/socket')
-rw-r--r-- | src/network/socket/qnativesocketengine_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/socket/qnativesocketengine_p.h b/src/network/socket/qnativesocketengine_p.h index 8f08365..6b1e8c3 100644 --- a/src/network/socket/qnativesocketengine_p.h +++ b/src/network/socket/qnativesocketengine_p.h @@ -62,7 +62,7 @@ #ifdef Q_OS_SYMBIAN #include <private/qeventdispatcher_symbian_p.h> -#include<unistd.h> +#include <unistd.h> #endif QT_BEGIN_NAMESPACE |