diff options
Diffstat (limited to 'examples/process/process.cpp')
-rw-r--r-- | examples/process/process.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/process/process.cpp b/examples/process/process.cpp index 8204d84e9..945017fe9 100644 --- a/examples/process/process.cpp +++ b/examples/process/process.cpp @@ -7,13 +7,13 @@ ** *****************************************************************************/ -#include <qobject.h> -#include <qprocess.h> -#include <qvbox.h> -#include <qtextview.h> -#include <qpushbutton.h> -#include <qapplication.h> -#include <qmessagebox.h> +#include <ntqobject.h> +#include <ntqprocess.h> +#include <ntqvbox.h> +#include <ntqtextview.h> +#include <ntqpushbutton.h> +#include <ntqapplication.h> +#include <ntqmessagebox.h> #include <stdlib.h> |