diff options
Diffstat (limited to 'tools/designer/editor')
-rw-r--r-- | tools/designer/editor/arghintwidget.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/markerwidget.h | 2 | ||||
-rw-r--r-- | tools/designer/editor/preferences.ui | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/editor/arghintwidget.cpp b/tools/designer/editor/arghintwidget.cpp index ec11a114e..c8f643ba1 100644 --- a/tools/designer/editor/arghintwidget.cpp +++ b/tools/designer/editor/arghintwidget.cpp @@ -36,7 +36,7 @@ #include <ntqlabel.h> #include <ntqlayout.h> #include <tqpainter.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> static const char * left_xpm[] = { "16 16 3 1", diff --git a/tools/designer/editor/markerwidget.h b/tools/designer/editor/markerwidget.h index b3bfbc233..3f2aaf372 100644 --- a/tools/designer/editor/markerwidget.h +++ b/tools/designer/editor/markerwidget.h @@ -35,7 +35,7 @@ #define MARKERWIDGET_H #include <tqwidget.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> class ViewManager; class TQTextParagraph; diff --git a/tools/designer/editor/preferences.ui b/tools/designer/editor/preferences.ui index a4085df7a..5627528c8 100644 --- a/tools/designer/editor/preferences.ui +++ b/tools/designer/editor/preferences.ui @@ -472,9 +472,9 @@ <includes> <include location="global" impldecl="in declaration">tqmap.h</include> <include location="local" impldecl="in declaration">conf.h</include> - <include location="global" impldecl="in implementation">ntqpalette.h</include> + <include location="global" impldecl="in implementation">tqpalette.h</include> <include location="global" impldecl="in implementation">ntqlineedit.h</include> - <include location="global" impldecl="in implementation">ntqpixmap.h</include> + <include location="global" impldecl="in implementation">tqpixmap.h</include> <include location="global" impldecl="in implementation">ntqcombobox.h</include> <include location="global" impldecl="in implementation">tqfontdatabase.h</include> <include location="local" impldecl="in implementation">editor.h</include> |