summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtextbrowser.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qtextbrowser.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qtextbrowser.cpp')
-rw-r--r--src/widgets/qtextbrowser.cpp32
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