diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /src/widgets | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/ntqdockarea.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqmainwindow.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqmenudata.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqtabbar.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqtextbrowser.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqtextedit.h | 4 | ||||
-rw-r--r-- | src/widgets/qaction.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qbuttongroup.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qdockarea.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qheader.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qiconview.cpp | 4 | ||||
-rw-r--r-- | src/widgets/qlistbox.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qlistview.cpp | 8 | ||||
-rw-r--r-- | src/widgets/qmainwindow.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qscrollview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qsplitter.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qstatusbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qtextedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qtooltip.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qwhatsthis.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqwidgetstack.h | 2 |
21 files changed, 26 insertions, 26 deletions
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h index 85dce12b5..441f4b828 100644 --- a/src/widgets/ntqdockarea.h +++ b/src/widgets/ntqdockarea.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqwidget.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqdockwindow.h" #include "ntqlayout.h" #include "tqvaluelist.h" diff --git a/src/widgets/ntqmainwindow.h b/src/widgets/ntqmainwindow.h index 647c23206..73265436a 100644 --- a/src/widgets/ntqmainwindow.h +++ b/src/widgets/ntqmainwindow.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "tqwidget.h" #include "ntqtoolbar.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqtextstream.h" #endif // QT_H diff --git a/src/widgets/ntqmenudata.h b/src/widgets/ntqmenudata.h index 0f7e08afc..063392333 100644 --- a/src/widgets/ntqmenudata.h +++ b/src/widgets/ntqmenudata.h @@ -132,7 +132,7 @@ private: // Disabled copy constructor and operator= #endif }; -#include "ntqptrlist.h" +#include "tqptrlist.h" typedef TQPtrList<TQMenuItem> TQMenuItemList; typedef TQPtrListIterator<TQMenuItem> TQMenuItemListIt; diff --git a/src/widgets/ntqtabbar.h b/src/widgets/ntqtabbar.h index c7010ed53..b9abccde0 100644 --- a/src/widgets/ntqtabbar.h +++ b/src/widgets/ntqtabbar.h @@ -41,7 +41,7 @@ #ifndef QT_H #include "tqwidget.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif // QT_H #ifndef TQT_NO_TABBAR diff --git a/src/widgets/ntqtextbrowser.h b/src/widgets/ntqtextbrowser.h index 32806a539..c9ac4ae9e 100644 --- a/src/widgets/ntqtextbrowser.h +++ b/src/widgets/ntqtextbrowser.h @@ -42,7 +42,7 @@ #define TQTEXTBROWSER_H #ifndef QT_H -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqpixmap.h" #include "ntqcolor.h" #include "ntqtextedit.h" diff --git a/src/widgets/ntqtextedit.h b/src/widgets/ntqtextedit.h index f14e06ff8..40906dbfc 100644 --- a/src/widgets/ntqtextedit.h +++ b/src/widgets/ntqtextedit.h @@ -44,9 +44,9 @@ #ifndef QT_H #include "ntqscrollview.h" #include "ntqstylesheet.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "tqvaluelist.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif // QT_H #ifndef TQT_NO_TEXTEDIT diff --git a/src/widgets/qaction.cpp b/src/widgets/qaction.cpp index cbeb093c3..49f1108c8 100644 --- a/src/widgets/qaction.cpp +++ b/src/widgets/qaction.cpp @@ -41,7 +41,7 @@ #ifndef TQT_NO_ACTION #include "ntqtoolbar.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqpopupmenu.h" #include "ntqaccel.h" #include "ntqtoolbutton.h" diff --git a/src/widgets/qbuttongroup.cpp b/src/widgets/qbuttongroup.cpp index 15495edff..c1a708b80 100644 --- a/src/widgets/qbuttongroup.cpp +++ b/src/widgets/qbuttongroup.cpp @@ -41,7 +41,7 @@ #include "ntqbuttongroup.h" #ifndef TQT_NO_BUTTONGROUP #include "ntqbutton.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqapplication.h" #include "ntqradiobutton.h" diff --git a/src/widgets/qdockarea.cpp b/src/widgets/qdockarea.cpp index 1f982a1de..702de25a2 100644 --- a/src/widgets/qdockarea.cpp +++ b/src/widgets/qdockarea.cpp @@ -43,7 +43,7 @@ #ifndef TQT_NO_MAINWINDOW #include "ntqsplitter.h" #include "ntqlayout.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqapplication.h" #include "ntqpainter.h" #include "tqwidgetlist.h" diff --git a/src/widgets/qheader.cpp b/src/widgets/qheader.cpp index f764b653f..d8d2a88b0 100644 --- a/src/widgets/qheader.cpp +++ b/src/widgets/qheader.cpp @@ -44,7 +44,7 @@ #include "ntqdrawutil.h" #include "ntqpixmap.h" #include "ntqbitarray.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqapplication.h" #include "ntqstyle.h" diff --git a/src/widgets/qiconview.cpp b/src/widgets/qiconview.cpp index 154702ea7..82ee76060 100644 --- a/src/widgets/qiconview.cpp +++ b/src/widgets/qiconview.cpp @@ -61,12 +61,12 @@ #include "ntqapplication.h" #include "ntqtextedit.h" #include "ntqmemarray.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqvbox.h" #include "ntqtooltip.h" #include "ntqbitmap.h" #include "ntqpixmapcache.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqstringlist.h" #include "ntqcleanuphandler.h" #include "private/qrichtext_p.h" diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp index 3669b3e25..e4b4f8066 100644 --- a/src/widgets/qlistbox.cpp +++ b/src/widgets/qlistbox.cpp @@ -52,7 +52,7 @@ #include "ntqstrlist.h" #include "ntqpixmap.h" #include "ntqapplication.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqtimer.h" #include "ntqstringlist.h" #include "ntqstyle.h" diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 599c99439..91a62c7de 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -44,14 +44,14 @@ #include "ntqheader.h" #include "ntqpainter.h" #include "ntqcursor.h" -#include "ntqptrstack.h" -#include "ntqptrlist.h" +#include "tqptrstack.h" +#include "tqptrlist.h" #include "ntqstrlist.h" #include "ntqapplication.h" #include "ntqbitmap.h" #include "ntqdatetime.h" -#include "ntqptrdict.h" -#include "ntqptrvector.h" +#include "tqptrdict.h" +#include "tqptrvector.h" #include "ntqiconset.h" #include "ntqcleanuphandler.h" #include "ntqpixmapcache.h" diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/qmainwindow.cpp index 3510c8290..da20228b6 100644 --- a/src/widgets/qmainwindow.cpp +++ b/src/widgets/qmainwindow.cpp @@ -46,7 +46,7 @@ #include "tqobjectlist.h" #include "ntqintdict.h" #include "ntqapplication.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "tqmap.h" #include "ntqcursor.h" #include "ntqpainter.h" diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp index 8b9981ffa..a9ce4f876 100644 --- a/src/widgets/qscrollview.cpp +++ b/src/widgets/qscrollview.cpp @@ -47,7 +47,7 @@ #include "ntqcursor.h" #include "ntqfocusdata.h" #include "ntqscrollview.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqapplication.h" #include "ntqtimer.h" #include "ntqstyle.h" diff --git a/src/widgets/qsplitter.cpp b/src/widgets/qsplitter.cpp index 33e5250bf..3e261f286 100644 --- a/src/widgets/qsplitter.cpp +++ b/src/widgets/qsplitter.cpp @@ -49,7 +49,7 @@ #include "ntqmemarray.h" #include "tqobjectlist.h" #include "ntqpainter.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqstyle.h" const uint Default = QT_QSPLITTER_DEFAULT; diff --git a/src/widgets/qstatusbar.cpp b/src/widgets/qstatusbar.cpp index f5830d4b8..b0f0b1ea8 100644 --- a/src/widgets/qstatusbar.cpp +++ b/src/widgets/qstatusbar.cpp @@ -41,7 +41,7 @@ #include "ntqstatusbar.h" #ifndef TQT_NO_STATUSBAR -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqlayout.h" #include "ntqpainter.h" #include "ntqtimer.h" diff --git a/src/widgets/qtextedit.cpp b/src/widgets/qtextedit.cpp index fcb39a7f7..0fb328bf9 100644 --- a/src/widgets/qtextedit.cpp +++ b/src/widgets/qtextedit.cpp @@ -71,7 +71,7 @@ #include "ntqcursor.h" #include "ntqregexp.h" #include "ntqpopupmenu.h" -#include "ntqptrstack.h" +#include "tqptrstack.h" #include "ntqmetaobject.h" #include "ntqtextbrowser.h" #include <private/qucom_p.h> diff --git a/src/widgets/qtooltip.cpp b/src/widgets/qtooltip.cpp index d576d203f..a9f9624f5 100644 --- a/src/widgets/qtooltip.cpp +++ b/src/widgets/qtooltip.cpp @@ -39,7 +39,7 @@ #include "ntqtooltip.h" #ifndef TQT_NO_TOOLTIP #include "ntqlabel.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqapplication.h" #include "ntqguardedptr.h" #include "ntqtimer.h" diff --git a/src/widgets/qwhatsthis.cpp b/src/widgets/qwhatsthis.cpp index 086c3f0cc..41cb9fd82 100644 --- a/src/widgets/qwhatsthis.cpp +++ b/src/widgets/qwhatsthis.cpp @@ -43,7 +43,7 @@ #include "ntqpixmap.h" #include "ntqpainter.h" #include "ntqtimer.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqtoolbutton.h" #include "ntqshared.h" #include "ntqcursor.h" diff --git a/src/widgets/tqwidgetstack.h b/src/widgets/tqwidgetstack.h index 4967804c8..774ccb45c 100644 --- a/src/widgets/tqwidgetstack.h +++ b/src/widgets/tqwidgetstack.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "ntqframe.h" #include "ntqintdict.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #endif // QT_H #ifndef TQT_NO_WIDGETSTACK |