diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/kde4/tst_exclude_socket_notifiers.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx index 01f01b97b0a7..297cdf29a6d2 100644 --- a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx +++ b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx @@ -28,6 +28,11 @@ #include <QtNetwork/qtcpserver.h> #include <QtNetwork/qtcpsocket.h> +// This is also used by a configure check. +#ifndef SAL_OVERRIDE +#define SAL_OVERRIDE +#endif + class SocketEventsTester: public QObject { Q_OBJECT |