diff options
Diffstat (limited to 'tools/qtconfig')
-rw-r--r-- | tools/qtconfig/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp index 83898c4cd..5caf6dd0d 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -47,10 +47,10 @@ #include <ntqlistbox.h> #include <ntqspinbox.h> #include <ntqcheckbox.h> -#include <ntqfiledialog.h> +#include <tqfiledialog.h> #include <tqaction.h> #include <tqstatusbar.h> -#include <ntqsettings.h> +#include <tqsettings.h> #include <ntqmessagebox.h> #include <tqtextview.h> #include <tqstyle.h> |