From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/kernel/qdragobject.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/kernel/qdragobject.cpp') 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 // 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. -- cgit v1.2.1