diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/ntqwinexport.h | 2 | ||||
| -rw-r--r-- | src/tools/qfeatures.txt | 16 | ||||
| -rw-r--r-- | src/tools/qwinexport.cpp | 2 | 
3 files changed, 10 insertions, 10 deletions
| diff --git a/src/tools/ntqwinexport.h b/src/tools/ntqwinexport.h index d2e5e58a3..2f4c41f13 100644 --- a/src/tools/ntqwinexport.h +++ b/src/tools/ntqwinexport.h @@ -197,7 +197,7 @@ TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrListIterator< T  TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrList< TQCanvasView >;  #endif -// qtable template exports +// tqtable template exports  #if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QTABLE_SELECTION) && !defined(Q_EXPORTED_QTABLESELECTION_TEMPLATES)  #define Q_EXPORTED_QTABLESELECTION_TEMPLATES  TQM_TEMPLATE_EXTERN_TABLE template class TQM_EXPORT_TABLE TQPtrList<TQTableSelection>; diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index c13fc7bd2..598e45d46 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -38,7 +38,7 @@ SeeAlso: ???  Feature: TABLE  Section: Widgets  Requires: COMBOBOX HEADER CHECKBOX -Name: QTable +Name: TQTable  SeeAlso: ???  Feature: XML @@ -765,7 +765,7 @@ SeeAlso: ???  Feature: GRIDVIEW  Section: Widgets  Requires: SCROLLVIEW -Name: QGridView +Name: TQGridView  SeeAlso: ???  Feature: TEXTVIEW @@ -874,7 +874,7 @@ SeeAlso: ???  Feature: LISTBOX  Section: Widgets  Requires: SCROLLVIEW STRINGLIST -Name: QListBox +Name: TQListBox  SeeAlso: ???  Feature: ACCEL @@ -892,7 +892,7 @@ SeeAlso: ???  Feature: HEADER  Section: Widgets  Requires: STYLE ICONSET -Name: QHeader +Name: TQHeader  SeeAlso: ???  Feature: TITLEBAR @@ -922,7 +922,7 @@ SeeAlso: ???  Feature: LISTVIEW  Section: Widgets  Requires: SCROLLVIEW HEADER LINEEDIT -Name: QListView +Name: TQListView  SeeAlso: ???  Feature: STYLE_WINDOWS @@ -994,13 +994,13 @@ SeeAlso: ???  Feature: TABDIALOG  Section: Widgets  Requires: DIALOG PUSHBUTTON LAYOUT TABWIDGET -Name: QTabDialog +Name: TQTabDialog  SeeAlso: ???  Feature: WIZARD  Section: Widgets  Requires: DIALOG WIDGETSTACK PUSHBUTTON LAYOUT LABEL -Name: QWizard +Name: TQWizard  SeeAlso: ???  Feature: FILEDIALOG @@ -1024,7 +1024,7 @@ SeeAlso: ???  Feature: PROGRESSDIALOG  Section: Widgets  Requires: DIALOG LABEL PUSHBUTTON PROGRESSBAR -Name: QProgressDialog +Name: TQProgressDialog  SeeAlso: ???  Feature: INPUTDIALOG diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 3356c5b67..ca5bccb72 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -12,7 +12,7 @@  #include <tqhttp.h>  #include <private/tqsqlextension_p.h>  #include <tqsqlindex.h> -#include <ntqtable.h> +#include <tqtable.h>  #include <tqasciidict.h>  #include <tqcstring.h>  #include <tqdict.h> | 
