diff options
Diffstat (limited to 'examples/helpdemo/helpdemo.cpp')
-rw-r--r-- | examples/helpdemo/helpdemo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/helpdemo/helpdemo.cpp b/examples/helpdemo/helpdemo.cpp index ca96b23d9..f10174d14 100644 --- a/examples/helpdemo/helpdemo.cpp +++ b/examples/helpdemo/helpdemo.cpp @@ -1,11 +1,11 @@ #include <ntqassistantclient.h> #include <ntqmessagebox.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <tqaction.h> #include <tqpopupmenu.h> -#include <ntqcheckbox.h> +#include <tqcheckbox.h> #include <tqprocess.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqdir.h> #include "helpdemo.h" |