diff options
Diffstat (limited to 'src/sql/qdatatable.cpp')
-rw-r--r-- | src/sql/qdatatable.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/sql/qdatatable.cpp b/src/sql/qdatatable.cpp index bd3708eda..f300c43e5 100644 --- a/src/sql/qdatatable.cpp +++ b/src/sql/qdatatable.cpp @@ -38,22 +38,22 @@ ** **********************************************************************/ -#include "qdatatable.h" +#include "ntqdatatable.h" #ifndef QT_NO_SQL_VIEW_WIDGETS -#include "qsqldriver.h" -#include "qsqleditorfactory.h" -#include "qsqlpropertymap.h" -#include "qapplication.h" -#include "qlayout.h" -#include "qpainter.h" -#include "qpopupmenu.h" -#include "qvaluelist.h" +#include "ntqsqldriver.h" +#include "ntqsqleditorfactory.h" +#include "ntqsqlpropertymap.h" +#include "ntqapplication.h" +#include "ntqlayout.h" +#include "ntqpainter.h" +#include "ntqpopupmenu.h" +#include "ntqvaluelist.h" #include "qsqlmanager_p.h" -#include "qdatetime.h" -#include "qcursor.h" -#include "qtimer.h" +#include "ntqdatetime.h" +#include "ntqcursor.h" +#include "ntqtimer.h" //#define QT_DEBUG_DATATABLE @@ -132,7 +132,7 @@ void qt_debug_buffer( const TQString& msg, TQSqlRecord* cursor ) /*! - \class TQDataTable qdatatable.h + \class TQDataTable ntqdatatable.h \brief The TQDataTable class provides a flexible SQL table widget that supports browsing and editing. \ingroup database |