diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /src/widgets | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/qlineedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qlistview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qmultilineedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqiconview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqiconview.h | 2 | ||||
-rw-r--r-- | src/widgets/tqtextbrowser.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtextedit.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp index c2236cf17..296547aff 100644 --- a/src/widgets/qlineedit.cpp +++ b/src/widgets/qlineedit.cpp @@ -53,7 +53,7 @@ #include "ntqclipboard.h" #include "ntqapplication.h" #include "ntqvalidator.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "tqtimer.h" #include "tqpopupmenu.h" #include "tqstringlist.h" diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 6ad78f0f3..ea01ae82b 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -57,7 +57,7 @@ #include "ntqpixmapcache.h" #include "tqpopupmenu.h" #include "ntqtl.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqlineedit.h" #include "ntqvbox.h" #include "tqtooltip.h" diff --git a/src/widgets/qmultilineedit.cpp b/src/widgets/qmultilineedit.cpp index 3a5dd652e..2d82938b2 100644 --- a/src/widgets/qmultilineedit.cpp +++ b/src/widgets/qmultilineedit.cpp @@ -47,7 +47,7 @@ #include "ntqpixmap.h" #include "ntqregexp.h" #include "ntqapplication.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "tqpopupmenu.h" #include "tqtimer.h" #include "ntqdict.h" diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp index b741563bd..6703ef82d 100644 --- a/src/widgets/tqiconview.cpp +++ b/src/widgets/tqiconview.cpp @@ -52,7 +52,7 @@ #include "ntqpainter.h" #include "ntqevent.h" #include "ntqpalette.h" -#include "ntqmime.h" +#include "tqmime.h" #include "tqimage.h" #include "ntqpen.h" #include "ntqbrush.h" diff --git a/src/widgets/tqiconview.h b/src/widgets/tqiconview.h index 18fafc3bb..a15d4baae 100644 --- a/src/widgets/tqiconview.h +++ b/src/widgets/tqiconview.h @@ -48,7 +48,7 @@ #include "ntqpoint.h" #include "tqsize.h" #include "ntqfont.h" // TQString->TQFont conversion -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqbitmap.h" #include "ntqpicture.h" #endif // QT_H diff --git a/src/widgets/tqtextbrowser.cpp b/src/widgets/tqtextbrowser.cpp index d28543409..e579c6c73 100644 --- a/src/widgets/tqtextbrowser.cpp +++ b/src/widgets/tqtextbrowser.cpp @@ -55,7 +55,7 @@ #include "tqtimer.h" #include "tqimage.h" #include "ntqsimplerichtext.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqurl.h" #include "ntqcursor.h" diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp index c3b0cb74c..8505f6c5b 100644 --- a/src/widgets/tqtextedit.cpp +++ b/src/widgets/tqtextedit.cpp @@ -66,7 +66,7 @@ #include "ntqcolordialog.h" #include "ntqfontdialog.h" #include "tqstylesheet.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqurl.h" #include "ntqcursor.h" #include "ntqregexp.h" |