diff options
Diffstat (limited to 'tools/qtconfig')
| -rw-r--r-- | tools/qtconfig/colorbutton.h | 2 | ||||
| -rw-r--r-- | tools/qtconfig/mainwindow.cpp | 2 | ||||
| -rw-r--r-- | tools/qtconfig/paletteeditoradvanced.cpp | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/tools/qtconfig/colorbutton.h b/tools/qtconfig/colorbutton.h index 9b1351f65..612302822 100644 --- a/tools/qtconfig/colorbutton.h +++ b/tools/qtconfig/colorbutton.h @@ -34,7 +34,7 @@  #ifndef COLORBUTTON_H  #define COLORBUTTON_H -#include <ntqbutton.h> +#include <tqbutton.h>  class ColorButton : public TQButton diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp index 4e3ab416b..d0203e9ec 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -44,7 +44,7 @@  #include <tqobjectlist.h>  #include <tqfontdatabase.h>  #include <tqlineedit.h> -#include <ntqlistbox.h> +#include <tqlistbox.h>  #include <tqspinbox.h>  #include <tqcheckbox.h>  #include <tqfiledialog.h> diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp index 959017cce..92c3048cb 100644 --- a/tools/qtconfig/paletteeditoradvanced.cpp +++ b/tools/qtconfig/paletteeditoradvanced.cpp @@ -38,7 +38,7 @@  #include <tqcombobox.h>  #include <ntqapplication.h>  #include <tqpushbutton.h> -#include <ntqlistbox.h> +#include <tqlistbox.h>  #include <tqpainter.h>  #include <ntqgroupbox.h> | 
