diff options
Diffstat (limited to 'examples/helpdemo/helpdemo.cpp')
-rw-r--r-- | examples/helpdemo/helpdemo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/helpdemo/helpdemo.cpp b/examples/helpdemo/helpdemo.cpp index 4a3cd1ab3..ca96b23d9 100644 --- a/examples/helpdemo/helpdemo.cpp +++ b/examples/helpdemo/helpdemo.cpp @@ -4,9 +4,9 @@ #include <tqaction.h> #include <tqpopupmenu.h> #include <ntqcheckbox.h> -#include <ntqprocess.h> +#include <tqprocess.h> #include <ntqpushbutton.h> -#include <ntqdir.h> +#include <tqdir.h> #include "helpdemo.h" |