diff options
Diffstat (limited to 'tools/qtconfig')
-rw-r--r-- | tools/qtconfig/colorbutton.cpp | 4 | ||||
-rw-r--r-- | tools/qtconfig/mainwindow.cpp | 2 | ||||
-rw-r--r-- | tools/qtconfig/paletteeditoradvanced.cpp | 2 | ||||
-rw-r--r-- | tools/qtconfig/previewframe.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/tools/qtconfig/colorbutton.cpp b/tools/qtconfig/colorbutton.cpp index ca4cfee41..474e650eb 100644 --- a/tools/qtconfig/colorbutton.cpp +++ b/tools/qtconfig/colorbutton.cpp @@ -34,8 +34,8 @@ #include "colorbutton.h" #include <ntqapplication.h> -#include <ntqcolordialog.h> -#include <ntqpainter.h> +#include <tqcolordialog.h> +#include <tqpainter.h> #include <tqdragobject.h> #include <tqstyle.h> diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp index 5caf6dd0d..3b98c4d6e 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -42,7 +42,7 @@ #include <tqstylefactory.h> #include <ntqinputcontextfactory.h> #include <tqobjectlist.h> -#include <ntqfontdatabase.h> +#include <tqfontdatabase.h> #include <ntqlineedit.h> #include <ntqlistbox.h> #include <ntqspinbox.h> diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp index 02078bc40..2d3829fd9 100644 --- a/tools/qtconfig/paletteeditoradvanced.cpp +++ b/tools/qtconfig/paletteeditoradvanced.cpp @@ -39,7 +39,7 @@ #include <ntqapplication.h> #include <ntqpushbutton.h> #include <ntqlistbox.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <ntqgroupbox.h> /*! diff --git a/tools/qtconfig/previewframe.cpp b/tools/qtconfig/previewframe.cpp index d608a1b62..e5fb06b97 100644 --- a/tools/qtconfig/previewframe.cpp +++ b/tools/qtconfig/previewframe.cpp @@ -34,7 +34,7 @@ #include "previewframe.h" #include <ntqvbox.h> -#include <ntqpainter.h> +#include <tqpainter.h> PreviewFrame::PreviewFrame( TQWidget *parent, const char *name ) : TQVBox( parent, name ) |