diff options
Diffstat (limited to 'examples/regexptester/regexptester.cpp')
-rw-r--r-- | examples/regexptester/regexptester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index fb3c12f06..96fabcdb4 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -3,7 +3,7 @@ #include <tqclipboard.h> #include <tqcombobox.h> #include <tqlabel.h> -#include <ntqlayout.h> +#include <tqlayout.h> #include <tqpushbutton.h> #include <tqregexp.h> #include <tqstatusbar.h> |