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/qmime.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qmime.cpp')
-rw-r--r-- | src/kernel/qmime.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/kernel/qmime.cpp b/src/kernel/qmime.cpp index b783bac98..34d4b2152 100644 --- a/src/kernel/qmime.cpp +++ b/src/kernel/qmime.cpp @@ -36,21 +36,21 @@ ** **********************************************************************/ -#include "qmime.h" +#include "ntqmime.h" #ifndef QT_NO_MIME -#include "qmap.h" -#include "qstringlist.h" -#include "qfileinfo.h" -#include "qdir.h" -#include "qdragobject.h" -#include "qcleanuphandler.h" -#include "qapplication.h" // ### for now -#include "qclipboard.h" // ### for now +#include "ntqmap.h" +#include "ntqstringlist.h" +#include "ntqfileinfo.h" +#include "ntqdir.h" +#include "ntqdragobject.h" +#include "ntqcleanuphandler.h" +#include "ntqapplication.h" // ### for now +#include "ntqclipboard.h" // ### for now /*! - \class TQMimeSource qmime.h + \class TQMimeSource ntqmime.h \brief The TQMimeSource class is an abstraction of objects which provide formatted data of a certain MIME type. \ingroup io @@ -180,7 +180,7 @@ public: /*! - \class TQMimeSourceFactory qmime.h + \class TQMimeSourceFactory ntqmime.h \brief The TQMimeSourceFactory class is an extensible provider of mime-typed data. \ingroup io |