diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/widgets | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class 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/qlineedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qmultilineedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqiconview.cpp | 6 | ||||
-rw-r--r-- | src/widgets/tqmenudata.h | 2 | ||||
-rw-r--r-- | src/widgets/tqtextbrowser.cpp | 4 | ||||
-rw-r--r-- | src/widgets/tqtextedit.cpp | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp index 296547aff..787f20926 100644 --- a/src/widgets/qlineedit.cpp +++ b/src/widgets/qlineedit.cpp @@ -50,7 +50,7 @@ #include "ntqdrawutil.h" #include "ntqfontmetrics.h" #include "ntqpixmap.h" -#include "ntqclipboard.h" +#include "tqclipboard.h" #include "ntqapplication.h" #include "ntqvalidator.h" #include "tqdragobject.h" diff --git a/src/widgets/qmultilineedit.cpp b/src/widgets/qmultilineedit.cpp index d8e9c1033..e19cae977 100644 --- a/src/widgets/qmultilineedit.cpp +++ b/src/widgets/qmultilineedit.cpp @@ -43,7 +43,7 @@ #include "ntqpainter.h" #include "ntqscrollbar.h" #include "ntqcursor.h" -#include "ntqclipboard.h" +#include "tqclipboard.h" #include "ntqpixmap.h" #include "tqregexp.h" #include "ntqapplication.h" diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp index e00b9c159..0c42ab611 100644 --- a/src/widgets/tqiconview.cpp +++ b/src/widgets/tqiconview.cpp @@ -458,7 +458,7 @@ void TQIconViewItemLineEdit::focusOutEvent( TQFocusEvent *e ) See TQIconView::dragObject() for more information. - See the \l fileiconview/qfileiconview.cpp and + See the \l fileiconview/tqfileiconview.cpp and \l iconview/simple_dd/main.cpp examples. */ @@ -561,8 +561,8 @@ bool TQIconDragData::operator==( const TQIconDragData &i ) const The fileiconview example program demonstrates the use of the TQIconDrag class including subclassing and reimplementing dragObject(), format(), encodedData() and canDecode(). See the files - \c qt/examples/fileiconview/qfileiconview.h and - \c qt/examples/fileiconview/qfileiconview.cpp. + \c qt/examples/fileiconview/tqfileiconview.h and + \c qt/examples/fileiconview/tqfileiconview.cpp. \sa TQMimeSource::format() */ diff --git a/src/widgets/tqmenudata.h b/src/widgets/tqmenudata.h index 18fb739ee..69ab1ca5b 100644 --- a/src/widgets/tqmenudata.h +++ b/src/widgets/tqmenudata.h @@ -46,7 +46,7 @@ #include "tqiconset.h" // conversion TQPixmap->TQIconset #include "ntqkeysequence.h" #include "tqstring.h" -#include "ntqsignal.h" +#include "tqsignal.h" #include "ntqfont.h" #endif // QT_H diff --git a/src/widgets/tqtextbrowser.cpp b/src/widgets/tqtextbrowser.cpp index 9827c25bc..03152ac1a 100644 --- a/src/widgets/tqtextbrowser.cpp +++ b/src/widgets/tqtextbrowser.cpp @@ -48,7 +48,7 @@ #include "tqvaluestack.h" #include "stdio.h" -#include "ntqfile.h" +#include "tqfile.h" #include "tqtextstream.h" #include "ntqlayout.h" #include "tqbitmap.h" @@ -56,7 +56,7 @@ #include "tqimage.h" #include "ntqsimplerichtext.h" #include "tqdragobject.h" -#include "ntqurl.h" +#include "tqurl.h" #include "ntqcursor.h" /*! diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp index 9e9b6d8fc..dd7c1116b 100644 --- a/src/widgets/tqtextedit.cpp +++ b/src/widgets/tqtextedit.cpp @@ -62,12 +62,12 @@ #include "ntqlistbox.h" #include "ntqvbox.h" #include "ntqapplication.h" -#include "ntqclipboard.h" +#include "tqclipboard.h" #include "ntqcolordialog.h" #include "ntqfontdialog.h" #include "tqstylesheet.h" #include "tqdragobject.h" -#include "ntqurl.h" +#include "tqurl.h" #include "ntqcursor.h" #include "tqregexp.h" #include "tqpopupmenu.h" |