diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /src | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
26 files changed, 49 insertions, 49 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp index b46702fe8..dd01e3aaa 100644 --- a/src/dialogs/qcolordialog.cpp +++ b/src/dialogs/qcolordialog.cpp @@ -51,7 +51,7 @@ #include "ntqpixmap.h" #include "ntqdrawutil.h" #include "ntqvalidator.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqgridview.h" #include "ntqapplication.h" #include "tqstyle.h" diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp index a51077dfe..a889ec621 100644 --- a/src/dialogs/qfiledialog.cpp +++ b/src/dialogs/qfiledialog.cpp @@ -63,7 +63,7 @@ #include "ntqcombobox.h" #include "ntqcstring.h" #include "ntqcursor.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqfile.h" #include "ntqguardedptr.h" #include "ntqhbox.h" @@ -76,7 +76,7 @@ #include "ntqlistview.h" #include "tqmap.h" #include "ntqmessagebox.h" -#include "ntqmime.h" +#include "tqmime.h" #include "ntqnetworkprotocol.h" #include "tqobjectlist.h" #include "ntqpainter.h" diff --git a/src/kernel/ntqevent.h b/src/kernel/ntqevent.h index 91eeb38ed..769244360 100644 --- a/src/kernel/ntqevent.h +++ b/src/kernel/ntqevent.h @@ -45,7 +45,7 @@ #include "ntqwindowdefs.h" #include "ntqregion.h" #include "ntqnamespace.h" -#include "ntqmime.h" +#include "tqmime.h" #include "tqpair.h" #endif // QT_H diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index c5430b8fd..778a0a93c 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -49,7 +49,7 @@ #include "tqvaluelist.h" #include "tqmap.h" #include "tqdatetime.h" -#include "ntqmime.h" +#include "tqmime.h" #include "ntqasciidict.h" #include "ntqpaintdevice.h" #include "ntqfontmetrics.h" @@ -90,7 +90,7 @@ #include <ntqgif.h> #include <ntqglcolormap.h> #include <ntqcache.h> -#include <ntqdropsite.h> +#include <tqdropsite.h> #include "ntqgplugin.h" #include <ntqgrid.h> #include "ntqrangecontrol.h" @@ -150,7 +150,7 @@ #include "tqmenudata.h" #include <ntqlistview.h> #include "ntqpen.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include <tqiconview.h> #include <ntqpixmapcache.h> #include <ntqplatinumstyle.h> diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index c1387f78f..ee1395619 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -51,7 +51,7 @@ #include "ntqtranslator.h" #include "tqtextcodec.h" #include "tqsessionmanager.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqclipboard.h" #include "ntqcursor.h" #include "tqstyle.h" diff --git a/src/kernel/qclipboard.cpp b/src/kernel/qclipboard.cpp index e7768f6bd..416a5926f 100644 --- a/src/kernel/qclipboard.cpp +++ b/src/kernel/qclipboard.cpp @@ -44,7 +44,7 @@ #include "ntqapplication.h" #include "qapplication_p.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqpixmap.h" /*! diff --git a/src/kernel/qclipboard_x11.cpp b/src/kernel/qclipboard_x11.cpp index dbe3a7f78..e8eeac848 100644 --- a/src/kernel/qclipboard_x11.cpp +++ b/src/kernel/qclipboard_x11.cpp @@ -68,7 +68,7 @@ #include "ntqeventloop.h" #include "ntqbitmap.h" #include "tqdatetime.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqbuffer.h" #include "tqtextcodec.h" #include "tqvaluelist.h" diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp index 7e2a1fd04..dc4b9678b 100644 --- a/src/kernel/qdnd_x11.cpp +++ b/src/kernel/qdnd_x11.cpp @@ -49,7 +49,7 @@ #include "tqdatetime.h" #include "ntqdict.h" #include "ntqguardedptr.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "tqobjectlist.h" #include "ntqcursor.h" #include "ntqbitmap.h" diff --git a/src/kernel/qpixmap.cpp b/src/kernel/qpixmap.cpp index 7ba49ee4e..9ac10d30c 100644 --- a/src/kernel/qpixmap.cpp +++ b/src/kernel/qpixmap.cpp @@ -49,8 +49,8 @@ #include "tqobjectlist.h" #include "ntqapplication.h" #include <private/qinternal_p.h> -#include "ntqmime.h" -#include "ntqdragobject.h" +#include "tqmime.h" +#include "tqdragobject.h" #include "ntqfile.h" /*! diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp index 2e7103aec..a1dfd6719 100644 --- a/src/kernel/qrichtext.cpp +++ b/src/kernel/qrichtext.cpp @@ -51,9 +51,9 @@ #include "tqmap.h" #include "ntqfileinfo.h" #include "tqstylesheet.h" -#include "ntqmime.h" +#include "tqmime.h" #include "tqimage.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqpaintdevicemetrics.h" #include "ntqpainter.h" #include "ntqdrawutil.h" diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index daa778a13..6a6cce7ef 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -17,9 +17,9 @@ kernel { $$KERNEL_H/ntqconnection.h \ $$KERNEL_H/ntqcursor.h \ $$KERNEL_H/ntqdesktopwidget.h \ - $$KERNEL_H/ntqdragobject.h \ + $$KERNEL_H/tqdragobject.h \ $$KERNEL_H/ntqdrawutil.h \ - $$KERNEL_H/ntqdropsite.h \ + $$KERNEL_H/tqdropsite.h \ $$KERNEL_H/ntqevent.h \ $$KERNEL_H/ntqeventloop.h \ $$KERNEL_P/qeventloop_p.h \ @@ -41,7 +41,7 @@ kernel { $$KERNEL_P/qlayoutengine_p.h \ $$KERNEL_H/ntqtranslator.h \ $$KERNEL_H/ntqmetaobject.h \ - $$KERNEL_H/ntqmime.h \ + $$KERNEL_H/tqmime.h \ $$KERNEL_H/ntqmovie.h \ $$KERNEL_H/ntqnamespace.h \ $$KERNEL_H/ntqnetworkprotocol.h \ @@ -119,7 +119,7 @@ kernel { $$KERNEL_CPP/qeventloop_win.cpp \ $$KERNEL_CPP/qfont_win.cpp \ $$KERNEL_CPP/qinputcontext_win.cpp \ - $$KERNEL_CPP/qmime_win.cpp \ + $$KERNEL_CPP/tqmime_win.cpp \ $$KERNEL_CPP/qpixmap_win.cpp \ $$KERNEL_CPP/qprinter_win.cpp \ $$KERNEL_CPP/qprocess_win.cpp \ @@ -167,7 +167,7 @@ kernel { $$KERNEL_CPP/qclipboard_mac.cpp \ $$KERNEL_CPP/qcolor_mac.cpp \ $$KERNEL_CPP/qcursor_mac.cpp \ - $$KERNEL_CPP/qmime_mac.cpp \ + $$KERNEL_CPP/tqmime_mac.cpp \ $$KERNEL_CPP/qdnd_mac.cpp \ $$KERNEL_CPP/qdesktopwidget_mac.cpp \ $$KERNEL_CPP/qpixmap_mac.cpp \ @@ -205,9 +205,9 @@ kernel { $$KERNEL_CPP/qcolor_p.cpp \ $$KERNEL_CPP/qconnection.cpp \ $$KERNEL_CPP/qcursor.cpp \ - $$KERNEL_CPP/qdragobject.cpp \ + $$KERNEL_CPP/tqdragobject.cpp \ $$KERNEL_CPP/qdrawutil.cpp \ - $$KERNEL_CPP/qdropsite.cpp \ + $$KERNEL_CPP/tqdropsite.cpp \ $$KERNEL_CPP/qevent.cpp \ $$KERNEL_CPP/qeventloop.cpp \ $$KERNEL_CPP/qfocusdata.cpp \ @@ -222,7 +222,7 @@ kernel { $$KERNEL_CPP/qlayoutengine.cpp \ $$KERNEL_CPP/qtranslator.cpp \ $$KERNEL_CPP/qmetaobject.cpp \ - $$KERNEL_CPP/qmime.cpp \ + $$KERNEL_CPP/tqmime.cpp \ $$KERNEL_CPP/qmovie.cpp \ $$KERNEL_CPP/qnetworkprotocol.cpp \ $$KERNEL_CPP/tqobject.cpp \ diff --git a/src/kernel/qdragobject.cpp b/src/kernel/tqdragobject.cpp index 9854c33a3..77e726477 100644 --- a/src/kernel/qdragobject.cpp +++ b/src/kernel/tqdragobject.cpp @@ -45,7 +45,7 @@ #ifndef TQT_NO_MIME -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "tqtextcodec.h" #include "ntqapplication.h" #include "ntqpoint.h" @@ -569,7 +569,7 @@ TQWidget * TQDragObject::source() /*! - \class TQDragObject ntqdragobject.h + \class TQDragObject tqdragobject.h \brief The TQDragObject class encapsulates MIME-based data transfer. @@ -674,7 +674,7 @@ void TQTextDrag::setSubtype( const TQCString & st) } /*! - \class TQTextDrag ntqdragobject.h + \class TQTextDrag tqdragobject.h \brief The TQTextDrag class is a drag and drop object for transferring plain and Unicode text. @@ -989,7 +989,7 @@ public: /*! - \class TQImageDrag ntqdragobject.h + \class TQImageDrag tqdragobject.h \brief The TQImageDrag class provides a drag and drop object for transferring images. @@ -1210,7 +1210,7 @@ bool TQImageDrag::decode( const TQMimeSource* e, TQPixmap& pm ) /*! - \class TQStoredDrag ntqdragobject.h + \class TQStoredDrag tqdragobject.h \brief The TQStoredDrag class provides a simple stored-value drag object for arbitrary MIME data. \ingroup draganddrop @@ -1286,7 +1286,7 @@ TQByteArray TQStoredDrag::encodedData(const char* m) const /*! - \class TQUriDrag ntqdragobject.h + \class TQUriDrag tqdragobject.h \brief The TQUriDrag class provides a drag object for a list of URI references. \ingroup draganddrop @@ -1703,7 +1703,7 @@ TQWidget* TQDropEvent::source() const #endif /*! - \class TQColorDrag ntqdragobject.h + \class TQColorDrag tqdragobject.h \brief The TQColorDrag class provides a drag and drop object for transferring colors. diff --git a/src/kernel/ntqdragobject.h b/src/kernel/tqdragobject.h index af4a8a995..af4a8a995 100644 --- a/src/kernel/ntqdragobject.h +++ b/src/kernel/tqdragobject.h diff --git a/src/kernel/qdropsite.cpp b/src/kernel/tqdropsite.cpp index a8d3a8728..b544cdab3 100644 --- a/src/kernel/qdropsite.cpp +++ b/src/kernel/tqdropsite.cpp @@ -36,7 +36,7 @@ ** **********************************************************************/ -#include "ntqdropsite.h" +#include "tqdropsite.h" #ifndef TQT_NO_DRAGANDDROP @@ -45,7 +45,7 @@ // NOT REVISED /*! - \class TQDropSite ntqdropsite.h + \class TQDropSite tqdropsite.h \brief The TQDropSite class provides nothing and does nothing. \obsolete diff --git a/src/kernel/ntqdropsite.h b/src/kernel/tqdropsite.h index 3e95cdc3f..3e95cdc3f 100644 --- a/src/kernel/ntqdropsite.h +++ b/src/kernel/tqdropsite.h diff --git a/src/kernel/tqimage.cpp b/src/kernel/tqimage.cpp index 46002b8f8..d7bc30d49 100644 --- a/src/kernel/tqimage.cpp +++ b/src/kernel/tqimage.cpp @@ -54,8 +54,8 @@ #include "tqimageformatinterface_p.h" #include "ntqwmatrix.h" #include "ntqapplication.h" -#include "ntqmime.h" -#include "ntqdragobject.h" +#include "tqmime.h" +#include "tqdragobject.h" #include <ctype.h> #include <stdlib.h> diff --git a/src/kernel/qmime.cpp b/src/kernel/tqmime.cpp index de6dc3403..984d88be4 100644 --- a/src/kernel/qmime.cpp +++ b/src/kernel/tqmime.cpp @@ -36,7 +36,7 @@ ** **********************************************************************/ -#include "ntqmime.h" +#include "tqmime.h" #ifndef TQT_NO_MIME @@ -44,13 +44,13 @@ #include "tqstringlist.h" #include "ntqfileinfo.h" #include "ntqdir.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include "ntqcleanuphandler.h" #include "ntqapplication.h" // ### for now #include "ntqclipboard.h" // ### for now /*! - \class TQMimeSource ntqmime.h + \class TQMimeSource tqmime.h \brief The TQMimeSource class is an abstraction of objects which provide formatted data of a certain MIME type. \ingroup io @@ -66,7 +66,7 @@ static int qt_mime_serial_number = 0; static TQMimeSourceFactory* defaultfactory = 0; -static TQSingleCleanupHandler<TQMimeSourceFactory> qmime_cleanup_factory; +static TQSingleCleanupHandler<TQMimeSourceFactory> tqmime_cleanup_factory; /*! Constructs a mime source and assigns a globally unique serial @@ -181,7 +181,7 @@ public: /*! - \class TQMimeSourceFactory ntqmime.h + \class TQMimeSourceFactory tqmime.h \brief The TQMimeSourceFactory class is an extensible provider of mime-typed data. \ingroup io @@ -558,7 +558,7 @@ TQMimeSourceFactory* TQMimeSourceFactory::defaultFactory() if (!defaultfactory) { defaultfactory = new TQMimeSourceFactory(); - qmime_cleanup_factory.set( &defaultfactory ); + tqmime_cleanup_factory.set( &defaultfactory ); } return defaultfactory; } @@ -573,7 +573,7 @@ TQMimeSourceFactory* TQMimeSourceFactory::defaultFactory() void TQMimeSourceFactory::setDefaultFactory( TQMimeSourceFactory* factory) { if ( !defaultfactory ) - qmime_cleanup_factory.set( &defaultfactory ); + tqmime_cleanup_factory.set( &defaultfactory ); else if ( defaultfactory != factory ) delete defaultfactory; defaultfactory = factory; diff --git a/src/kernel/ntqmime.h b/src/kernel/tqmime.h index 00c31a375..00c31a375 100644 --- a/src/kernel/ntqmime.h +++ b/src/kernel/tqmime.h diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index c696dbaf2..4d00dbe9e 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -57,7 +57,7 @@ #include <tqiconset.h> #include <ntqcombobox.h> #include <ntqcheckbox.h> -#include <ntqdragobject.h> +#include <tqdragobject.h> #include <ntqevent.h> #include <ntqlistbox.h> #include <tqstyle.h> 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" |