diff options
Diffstat (limited to 'examples/network/remotecontrol/remotectrlimpl.cpp')
-rw-r--r-- | examples/network/remotecontrol/remotectrlimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/remotecontrol/remotectrlimpl.cpp b/examples/network/remotecontrol/remotectrlimpl.cpp index 68e0a3c7a..716eb0fef 100644 --- a/examples/network/remotecontrol/remotectrlimpl.cpp +++ b/examples/network/remotecontrol/remotectrlimpl.cpp @@ -5,7 +5,7 @@ #include <ntqsocket.h> #include <ntqfiledialog.h> #include <ntqcolordialog.h> -#include <ntqimage.h> +#include <tqimage.h> RemoteCtrlImpl::RemoteCtrlImpl( TQSocket *s ) { |