diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qdragobject.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qdragobject.cpp')
-rw-r--r-- | src/kernel/qdragobject.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/kernel/qdragobject.cpp b/src/kernel/qdragobject.cpp index bf838cc85..96653b1c2 100644 --- a/src/kernel/qdragobject.cpp +++ b/src/kernel/qdragobject.cpp @@ -45,15 +45,15 @@ #ifndef QT_NO_MIME -#include "qdragobject.h" -#include "qtextcodec.h" -#include "qapplication.h" -#include "qpoint.h" -#include "qwidget.h" -#include "qbuffer.h" -#include "qgif.h" -#include "qregexp.h" -#include "qdir.h" +#include "ntqdragobject.h" +#include "ntqtextcodec.h" +#include "ntqapplication.h" +#include "ntqpoint.h" +#include "ntqwidget.h" +#include "ntqbuffer.h" +#include "ntqgif.h" +#include "ntqregexp.h" +#include "ntqdir.h" #include <ctype.h> // both a struct for storing stuff in and a wrapper to avoid polluting @@ -569,7 +569,7 @@ TQWidget * TQDragObject::source() /*! - \class TQDragObject qdragobject.h + \class TQDragObject ntqdragobject.h \brief The TQDragObject class encapsulates MIME-based data transfer. @@ -578,7 +578,7 @@ TQWidget * TQDragObject::source() TQDragObject is the base class for all data that needs to be transferred between and within applications, both for drag and - drop and for the \link qclipboard.html clipboard\endlink. + drop and for the \link ntqclipboard.html clipboard\endlink. See the \link dnd.html Drag-and-drop documentation\endlink for an overview of how to provide drag and drop in your application. @@ -674,7 +674,7 @@ void TQTextDrag::setSubtype( const TQCString & st) } /*! - \class TQTextDrag qdragobject.h + \class TQTextDrag ntqdragobject.h \brief The TQTextDrag class is a drag and drop object for transferring plain and Unicode text. @@ -989,7 +989,7 @@ public: /*! - \class TQImageDrag qdragobject.h + \class TQImageDrag ntqdragobject.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 qdragobject.h + \class TQStoredDrag ntqdragobject.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 qdragobject.h + \class TQUriDrag ntqdragobject.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 qdragobject.h + \class TQColorDrag ntqdragobject.h \brief The TQColorDrag class provides a drag and drop object for transferring colors. |