diff options
Diffstat (limited to 'src/widgets/qtextbrowser.cpp')
-rw-r--r-- | src/widgets/qtextbrowser.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/widgets/qtextbrowser.cpp b/src/widgets/qtextbrowser.cpp index 984f66751..d8d9b8a27 100644 --- a/src/widgets/qtextbrowser.cpp +++ b/src/widgets/qtextbrowser.cpp @@ -38,29 +38,29 @@ ** **********************************************************************/ -#include "qtextbrowser.h" +#include "ntqtextbrowser.h" #ifndef QT_NO_TEXTBROWSER #include "../kernel/qrichtext_p.h" -#include "qapplication.h" -#include "qlayout.h" -#include "qpainter.h" +#include "ntqapplication.h" +#include "ntqlayout.h" +#include "ntqpainter.h" -#include "qvaluestack.h" +#include "ntqvaluestack.h" #include "stdio.h" -#include "qfile.h" -#include "qtextstream.h" -#include "qlayout.h" -#include "qbitmap.h" -#include "qtimer.h" -#include "qimage.h" -#include "qsimplerichtext.h" -#include "qdragobject.h" -#include "qurl.h" -#include "qcursor.h" +#include "ntqfile.h" +#include "ntqtextstream.h" +#include "ntqlayout.h" +#include "ntqbitmap.h" +#include "ntqtimer.h" +#include "ntqimage.h" +#include "ntqsimplerichtext.h" +#include "ntqdragobject.h" +#include "ntqurl.h" +#include "ntqcursor.h" /*! - \class TQTextBrowser qtextbrowser.h + \class TQTextBrowser ntqtextbrowser.h \brief The TQTextBrowser class provides a rich text browser with hypertext navigation. \ingroup advanced |