diff options
Diffstat (limited to 'tools/designer/editor')
-rw-r--r-- | tools/designer/editor/editor.h | 2 | ||||
-rw-r--r-- | tools/designer/editor/parenmatcher.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/yyindent.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/editor/editor.h b/tools/designer/editor/editor.h index 060394312..0be972de1 100644 --- a/tools/designer/editor/editor.h +++ b/tools/designer/editor/editor.h @@ -34,7 +34,7 @@ #ifndef EDITOR_H #define EDITOR_H -#include <ntqtextedit.h> +#include <tqtextedit.h> struct Config; class ParenMatcher; diff --git a/tools/designer/editor/parenmatcher.cpp b/tools/designer/editor/parenmatcher.cpp index ddc4b8838..9f72a65d6 100644 --- a/tools/designer/editor/parenmatcher.cpp +++ b/tools/designer/editor/parenmatcher.cpp @@ -34,7 +34,7 @@ #include "parenmatcher.h" #include "paragdata.h" -#include "ntqtextedit.h" +#include "tqtextedit.h" #include <private/qrichtext_p.h> #include <ntqapplication.h> diff --git a/tools/designer/editor/yyindent.cpp b/tools/designer/editor/yyindent.cpp index d8498dc3a..4851c572a 100644 --- a/tools/designer/editor/yyindent.cpp +++ b/tools/designer/editor/yyindent.cpp @@ -1107,7 +1107,7 @@ int indentForBottomLine( const TQStringList& program, TQChar typedIn ) */ #include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <errno.h> |