summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtabbar.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/qtabbar.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qtabbar.cpp')
-rw-r--r--src/widgets/qtabbar.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/widgets/qtabbar.cpp b/src/widgets/qtabbar.cpp
index e86ff041..b141de8d 100644
--- a/src/widgets/qtabbar.cpp
+++ b/src/widgets/qtabbar.cpp
@@ -36,20 +36,20 @@
**
**********************************************************************/
-#include "qtabbar.h"
+#include "ntqtabbar.h"
#ifndef QT_NO_TABBAR
-#include "qaccel.h"
-#include "qbitmap.h"
-#include "qtoolbutton.h"
-#include "qtooltip.h"
-#include "qapplication.h"
-#include "qstyle.h"
-#include "qpainter.h"
-#include "qiconset.h"
-#include "qcursor.h"
+#include "ntqaccel.h"
+#include "ntqbitmap.h"
+#include "ntqtoolbutton.h"
+#include "ntqtooltip.h"
+#include "ntqapplication.h"
+#include "ntqstyle.h"
+#include "ntqpainter.h"
+#include "ntqiconset.h"
+#include "ntqcursor.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "qaccessible.h"
+#include "ntqaccessible.h"
#endif
#ifdef Q_WS_MACX
@@ -58,7 +58,7 @@
/*!
- \class TQTab qtabbar.h
+ \class TQTab ntqtabbar.h
\brief The TQTab class provides the structures in a TQTabBar.
\ingroup advanced
@@ -169,7 +169,7 @@ TQTab::~TQTab()
}
/*!
- \class TQTabBar qtabbar.h
+ \class TQTabBar ntqtabbar.h
\brief The TQTabBar class provides a tab bar, e.g. for use in tabbed dialogs.
\ingroup advanced