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/widgets/qtabbar.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/widgets/qtabbar.cpp') 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 -- cgit v1.2.1