diff options
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/docuparser.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/helpdialogimpl.h | 2 | ||||
-rw-r--r-- | tools/assistant/index.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/index.h | 2 | ||||
-rw-r--r-- | tools/assistant/profile.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/assistant/docuparser.cpp b/tools/assistant/docuparser.cpp index e0e3609d0..b65dd8478 100644 --- a/tools/assistant/docuparser.cpp +++ b/tools/assistant/docuparser.cpp @@ -37,7 +37,7 @@ #include <ntqdir.h> #include <ntqfile.h> #include <ntqfileinfo.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <tqstring.h> #include <tqxml.h> diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index 18c188f78..49ae1a7f1 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -55,7 +55,7 @@ #include <tqptrlist.h> #include <tqptrstack.h> #include <ntqpushbutton.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <ntqsettings.h> #include <tqstatusbar.h> #include <ntqtabwidget.h> diff --git a/tools/assistant/helpdialogimpl.h b/tools/assistant/helpdialogimpl.h index 678f5b428..0144943d6 100644 --- a/tools/assistant/helpdialogimpl.h +++ b/tools/assistant/helpdialogimpl.h @@ -45,7 +45,7 @@ #include <tqstringlist.h> #include <ntqvalidator.h> #include <tqpopupmenu.h> -#include <ntqdict.h> +#include <tqdict.h> #include <tqpopupmenu.h> class TQProgressBar; diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp index 1346423fa..02c986a1c 100644 --- a/tools/assistant/index.cpp +++ b/tools/assistant/index.cpp @@ -36,7 +36,7 @@ #include <ntqfile.h> #include <ntqdir.h> #include <tqstringlist.h> -#include <ntqdict.h> +#include <tqdict.h> #include <ntqapplication.h> #include <ctype.h> diff --git a/tools/assistant/index.h b/tools/assistant/index.h index 04669deac..448dd6cc6 100644 --- a/tools/assistant/index.h +++ b/tools/assistant/index.h @@ -35,7 +35,7 @@ #define INDEX_H #include <tqstringlist.h> -#include <ntqdict.h> +#include <tqdict.h> #include <ntqdatastream.h> #include <tqobject.h> diff --git a/tools/assistant/profile.cpp b/tools/assistant/profile.cpp index 37cf3576f..8f18733ab 100644 --- a/tools/assistant/profile.cpp +++ b/tools/assistant/profile.cpp @@ -34,7 +34,7 @@ #include <tqxml.h> #include <tqtextcodec.h> #include <ntqfileinfo.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <ntqdir.h> #define QT_TITLE "TQt Reference Documentation" |