diff options
Diffstat (limited to 'examples/regexptester/regexptester.cpp')
-rw-r--r-- | examples/regexptester/regexptester.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index 13c6ca0e6..6942e64ec 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -1,10 +1,10 @@ #include <ntqapplication.h> -#include <ntqcheckbox.h> +#include <tqcheckbox.h> #include <tqclipboard.h> -#include <ntqcombobox.h> +#include <tqcombobox.h> #include <tqlabel.h> #include <ntqlayout.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqregexp.h> #include <tqstatusbar.h> #include <ntqtable.h> |