diff options
Diffstat (limited to 'tools/assistant/helpdialogimpl.cpp')
-rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index 49ae1a7f1..e8ced3b32 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -42,10 +42,10 @@ #include <ntqaccel.h> #include <ntqapplication.h> #include <ntqcursor.h> -#include <ntqdir.h> +#include <tqdir.h> #include <ntqeventloop.h> -#include <ntqfile.h> -#include <ntqfileinfo.h> +#include <tqfile.h> +#include <tqfileinfo.h> #include <ntqheader.h> #include <ntqlabel.h> #include <ntqlineedit.h> @@ -56,13 +56,13 @@ #include <tqptrstack.h> #include <ntqpushbutton.h> #include <tqregexp.h> -#include <ntqsettings.h> +#include <tqsettings.h> #include <tqstatusbar.h> #include <ntqtabwidget.h> #include <tqtextbrowser.h> #include <tqtextstream.h> #include <tqtimer.h> -#include <ntqurl.h> +#include <tqurl.h> #include <ntqvalidator.h> #include <stdlib.h> |