diff options
Diffstat (limited to 'src/widgets')
29 files changed, 40 insertions, 40 deletions
diff --git a/src/widgets/ntqlistbox.h b/src/widgets/ntqlistbox.h index a0eba4324..39a9b75de 100644 --- a/src/widgets/ntqlistbox.h +++ b/src/widgets/ntqlistbox.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqscrollview.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #endif // QT_H #ifndef TQT_NO_LISTBOX diff --git a/src/widgets/ntqsplashscreen.h b/src/widgets/ntqsplashscreen.h index 9670a1476..99b625f9f 100644 --- a/src/widgets/ntqsplashscreen.h +++ b/src/widgets/ntqsplashscreen.h @@ -40,7 +40,7 @@ #define TQSPLASHSCREEN_H #ifndef QT_H -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqwidget.h" #endif // QT_H diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp index a74074121..31fbe6349 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/qbutton.cpp @@ -45,7 +45,7 @@ #include "tqpainter.h" #include "tqtimer.h" #include "ntqaccel.h" -#include "ntqpixmapcache.h" +#include "tqpixmapcache.h" #include "ntqapplication.h" #include "ntqpushbutton.h" #include "ntqradiobutton.h" diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp index 00e87041c..4e4d913ba 100644 --- a/src/widgets/qcheckbox.cpp +++ b/src/widgets/qcheckbox.cpp @@ -42,8 +42,8 @@ #ifndef TQT_NO_CHECKBOX #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" -#include "ntqpixmapcache.h" +#include "tqpixmap.h" +#include "tqpixmapcache.h" #include "tqbitmap.h" #include "tqtextstream.h" #include "ntqapplication.h" diff --git a/src/widgets/qcombobox.cpp b/src/widgets/qcombobox.cpp index 3a7153f23..a491e7ca6 100644 --- a/src/widgets/qcombobox.cpp +++ b/src/widgets/qcombobox.cpp @@ -45,7 +45,7 @@ #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqstrlist.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqtimer.h" #include "ntqapplication.h" #include "ntqlineedit.h" diff --git a/src/widgets/qdial.cpp b/src/widgets/qdial.cpp index 8e2a63b5a..f11218bf3 100644 --- a/src/widgets/qdial.cpp +++ b/src/widgets/qdial.cpp @@ -43,10 +43,10 @@ #ifndef TQT_NO_DIAL #include "tqpainter.h" -#include "ntqpointarray.h" +#include "tqpointarray.h" #include "tqcolor.h" #include "ntqapplication.h" -#include "ntqregion.h" +#include "tqregion.h" #include "tqbitmap.h" #include "tqstyle.h" #if defined(QT_ACCESSIBILITY_SUPPORT) diff --git a/src/widgets/qeffects.cpp b/src/widgets/qeffects.cpp index e81144261..6f9176175 100644 --- a/src/widgets/qeffects.cpp +++ b/src/widgets/qeffects.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_EFFECTS #include "tqwidget.h" #include "qeffects_p.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqimage.h" #include "tqtimer.h" #include "tqdatetime.h" diff --git a/src/widgets/qheader.cpp b/src/widgets/qheader.cpp index c01ae5cc5..54d39ae35 100644 --- a/src/widgets/qheader.cpp +++ b/src/widgets/qheader.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_HEADER #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqbitarray.h" #include "tqptrvector.h" #include "ntqapplication.h" diff --git a/src/widgets/qlabel.cpp b/src/widgets/qlabel.cpp index 87ba9da9e..7f2c5cbae 100644 --- a/src/widgets/qlabel.cpp +++ b/src/widgets/qlabel.cpp @@ -46,7 +46,7 @@ #include "tqmovie.h" #include "tqimage.h" #include "tqbitmap.h" -#include "ntqpicture.h" +#include "tqpicture.h" #include "ntqapplication.h" #include "ntqsimplerichtext.h" #include "tqstylesheet.h" diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp index 5a3a43ae7..75570cc09 100644 --- a/src/widgets/qlineedit.cpp +++ b/src/widgets/qlineedit.cpp @@ -49,7 +49,7 @@ #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqfontmetrics.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqclipboard.h" #include "ntqapplication.h" #include "ntqvalidator.h" diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp index e9167ed62..ba0cd7b2a 100644 --- a/src/widgets/qlistbox.cpp +++ b/src/widgets/qlistbox.cpp @@ -50,7 +50,7 @@ #include "tqfontmetrics.h" #include "tqpainter.h" #include "tqstrlist.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "ntqapplication.h" #include "tqptrdict.h" #include "tqtimer.h" diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 0ad2bc374..5ee18d929 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -54,7 +54,7 @@ #include "tqptrvector.h" #include "tqiconset.h" #include "ntqcleanuphandler.h" -#include "ntqpixmapcache.h" +#include "tqpixmapcache.h" #include "tqpopupmenu.h" #include "ntqtl.h" #include "tqdragobject.h" diff --git a/src/widgets/qmultilineedit.cpp b/src/widgets/qmultilineedit.cpp index a0a7ebee3..85254a314 100644 --- a/src/widgets/qmultilineedit.cpp +++ b/src/widgets/qmultilineedit.cpp @@ -44,7 +44,7 @@ #include "ntqscrollbar.h" #include "ntqcursor.h" #include "tqclipboard.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqregexp.h" #include "ntqapplication.h" #include "tqdragobject.h" diff --git a/src/widgets/qprogressbar.cpp b/src/widgets/qprogressbar.cpp index c40bb19e9..b480ceb43 100644 --- a/src/widgets/qprogressbar.cpp +++ b/src/widgets/qprogressbar.cpp @@ -42,9 +42,9 @@ #ifndef TQT_NO_PROGRESSBAR #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqstyle.h" -#include "ntqwmatrix.h" +#include "tqwmatrix.h" #include "../kernel/qinternal_p.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" diff --git a/src/widgets/qpushbutton.cpp b/src/widgets/qpushbutton.cpp index d87473237..37cbccd9d 100644 --- a/src/widgets/qpushbutton.cpp +++ b/src/widgets/qpushbutton.cpp @@ -44,7 +44,7 @@ #include "tqfontmetrics.h" #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqbitmap.h" #include "tqpopupmenu.h" #include "ntqguardedptr.h" diff --git a/src/widgets/qradiobutton.cpp b/src/widgets/qradiobutton.cpp index a0baddeee..dead844e5 100644 --- a/src/widgets/qradiobutton.cpp +++ b/src/widgets/qradiobutton.cpp @@ -43,8 +43,8 @@ #include "ntqbuttongroup.h" #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" -#include "ntqpixmapcache.h" +#include "tqpixmap.h" +#include "tqpixmapcache.h" #include "tqbitmap.h" #include "tqtextstream.h" #include "ntqapplication.h" diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp index 939f4da12..9c3bc060b 100644 --- a/src/widgets/qscrollview.cpp +++ b/src/widgets/qscrollview.cpp @@ -43,7 +43,7 @@ #include "ntqscrollbar.h" #include "tqobjectlist.h" #include "tqpainter.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "ntqcursor.h" #include "ntqfocusdata.h" #include "ntqscrollview.h" diff --git a/src/widgets/qspinbox.cpp b/src/widgets/qspinbox.cpp index f11d42c8c..d6d85beef 100644 --- a/src/widgets/qspinbox.cpp +++ b/src/widgets/qspinbox.cpp @@ -47,7 +47,7 @@ #include "tqbitmap.h" #include "ntqlineedit.h" #include "ntqvalidator.h" -#include "ntqpixmapcache.h" +#include "tqpixmapcache.h" #include "ntqapplication.h" #include "tqstyle.h" #if defined(QT_ACCESSIBILITY_SUPPORT) diff --git a/src/widgets/qspinwidget.cpp b/src/widgets/qspinwidget.cpp index f46dfc40f..c5b237d41 100644 --- a/src/widgets/qspinwidget.cpp +++ b/src/widgets/qspinwidget.cpp @@ -40,7 +40,7 @@ #ifndef TQT_NO_SPINWIDGET -#include "ntqrect.h" +#include "tqrect.h" #include "tqtimer.h" #include "tqstyle.h" #include "tqpainter.h" diff --git a/src/widgets/qsplashscreen.cpp b/src/widgets/qsplashscreen.cpp index fa9e6a49d..b4ed5241e 100644 --- a/src/widgets/qsplashscreen.cpp +++ b/src/widgets/qsplashscreen.cpp @@ -42,7 +42,7 @@ #include "ntqapplication.h" #include "tqpainter.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" class TQSplashScreenPrivate { diff --git a/src/widgets/qwhatsthis.cpp b/src/widgets/qwhatsthis.cpp index 82f645830..65df04e7b 100644 --- a/src/widgets/qwhatsthis.cpp +++ b/src/widgets/qwhatsthis.cpp @@ -40,7 +40,7 @@ #ifndef TQT_NO_WHATSTHIS #include "ntqapplication.h" #include "tqpaintdevicemetrics.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqpainter.h" #include "tqtimer.h" #include "tqptrdict.h" diff --git a/src/widgets/tqdatetimeedit.cpp b/src/widgets/tqdatetimeedit.cpp index 0d21eee75..203d310de 100644 --- a/src/widgets/tqdatetimeedit.cpp +++ b/src/widgets/tqdatetimeedit.cpp @@ -46,7 +46,7 @@ #include "../kernel/qrichtext_p.h" #include "ntqrangecontrol.h" #include "ntqapplication.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "ntqapplication.h" #include "tqvaluelist.h" #include "tqstring.h" diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp index f79ac974a..703912df9 100644 --- a/src/widgets/tqiconview.cpp +++ b/src/widgets/tqiconview.cpp @@ -51,10 +51,10 @@ #include "tqfontmetrics.h" #include "tqpainter.h" #include "ntqevent.h" -#include "ntqpalette.h" +#include "tqpalette.h" #include "tqmime.h" #include "tqimage.h" -#include "ntqpen.h" +#include "tqpen.h" #include "tqbrush.h" #include "tqtimer.h" #include "ntqcursor.h" @@ -65,7 +65,7 @@ #include "ntqvbox.h" #include "tqtooltip.h" #include "tqbitmap.h" -#include "ntqpixmapcache.h" +#include "tqpixmapcache.h" #include "tqptrdict.h" #include "tqstringlist.h" #include "ntqcleanuphandler.h" diff --git a/src/widgets/tqiconview.h b/src/widgets/tqiconview.h index 625f18d54..bffaad207 100644 --- a/src/widgets/tqiconview.h +++ b/src/widgets/tqiconview.h @@ -44,13 +44,13 @@ #ifndef QT_H #include "ntqscrollview.h" #include "tqstring.h" -#include "ntqrect.h" -#include "ntqpoint.h" +#include "tqrect.h" +#include "tqpoint.h" #include "tqsize.h" #include "tqfont.h" // TQString->TQFont conversion #include "tqdragobject.h" #include "tqbitmap.h" -#include "ntqpicture.h" +#include "tqpicture.h" #endif // QT_H #ifndef TQT_NO_ICONVIEW diff --git a/src/widgets/tqpopupmenu.cpp b/src/widgets/tqpopupmenu.cpp index 5be453508..09961bf03 100644 --- a/src/widgets/tqpopupmenu.cpp +++ b/src/widgets/tqpopupmenu.cpp @@ -45,8 +45,8 @@ #include "tqpainter.h" #include "ntqdrawutil.h" #include "ntqapplication.h" -#include "ntqpixmap.h" -#include "ntqpixmapcache.h" +#include "tqpixmap.h" +#include "tqpixmapcache.h" #include "tqtimer.h" #include "ntqwhatsthis.h" #include "tqobjectlist.h" diff --git a/src/widgets/tqtextbrowser.h b/src/widgets/tqtextbrowser.h index 659ff5d15..33648fee2 100644 --- a/src/widgets/tqtextbrowser.h +++ b/src/widgets/tqtextbrowser.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqptrlist.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqcolor.h" #include "tqtextedit.h" #endif // QT_H diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp index a966110ce..a0887cb5d 100644 --- a/src/widgets/tqtextedit.cpp +++ b/src/widgets/tqtextedit.cpp @@ -49,9 +49,9 @@ #include "../kernel/qrichtext_p.h" #include "tqpainter.h" -#include "ntqpen.h" +#include "tqpen.h" #include "tqbrush.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqfont.h" #include "tqcolor.h" #include "tqstyle.h" diff --git a/src/widgets/tqtoolbutton.cpp b/src/widgets/tqtoolbutton.cpp index 78becfbe3..9872936e1 100644 --- a/src/widgets/tqtoolbutton.cpp +++ b/src/widgets/tqtoolbutton.cpp @@ -43,8 +43,8 @@ #include "ntqdrawutil.h" #include "tqpainter.h" -#include "ntqpixmap.h" -#include "ntqwmatrix.h" +#include "tqpixmap.h" +#include "tqwmatrix.h" #include "ntqapplication.h" #include "tqstyle.h" #include "tqmainwindow.h" diff --git a/src/widgets/tqtoolbutton.h b/src/widgets/tqtoolbutton.h index 98211e251..294cb4571 100644 --- a/src/widgets/tqtoolbutton.h +++ b/src/widgets/tqtoolbutton.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "ntqbutton.h" #include "tqstring.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "tqiconset.h" #endif // QT_H |