diff options
Diffstat (limited to 'examples/network/remotecontrol/remotectrlimpl.cpp')
-rw-r--r-- | examples/network/remotecontrol/remotectrlimpl.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/network/remotecontrol/remotectrlimpl.cpp b/examples/network/remotecontrol/remotectrlimpl.cpp index 03af938f8..4859d3b82 100644 --- a/examples/network/remotecontrol/remotectrlimpl.cpp +++ b/examples/network/remotecontrol/remotectrlimpl.cpp @@ -1,11 +1,11 @@ #include "remotectrlimpl.h" -#include <qpushbutton.h> -#include <qlineedit.h> -#include <qsocket.h> -#include <qfiledialog.h> -#include <qcolordialog.h> -#include <qimage.h> +#include <ntqpushbutton.h> +#include <ntqlineedit.h> +#include <ntqsocket.h> +#include <ntqfiledialog.h> +#include <ntqcolordialog.h> +#include <ntqimage.h> RemoteCtrlImpl::RemoteCtrlImpl( TQSocket *s ) { |