diff options
Diffstat (limited to 'tools/qtconfig/mainwindow.cpp')
-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 c97d2f6c5..429f4fd78 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -39,7 +39,7 @@ #include <ntqlabel.h> #include <ntqapplication.h> #include <ntqcombobox.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include <ntqinputcontextfactory.h> #include <tqobjectlist.h> #include <ntqfontdatabase.h> @@ -53,7 +53,7 @@ #include <ntqsettings.h> #include <ntqmessagebox.h> #include <tqtextview.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <stdlib.h> |