diff options
Diffstat (limited to 'src/table/qtable.cpp')
-rw-r--r-- | src/table/qtable.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index 0a1d9c62f..94ee53938 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -72,7 +72,7 @@ static bool qt_table_clipper_enabled = TRUE; #ifndef QT_INTERNAL_TABLE Q_EXPORT #endif -void qt_set_table_clipper_enabled( bool enabled ) +void tqt_set_table_clipper_enabled( bool enabled ) { qt_table_clipper_enabled = enabled; } @@ -7290,8 +7290,8 @@ bool TQTableHeader::isSectionStretchable( int s ) const void TQTableHeader::swapSections( int oldIdx, int newIdx, bool swapTable ) { - extern bool qt_qheader_label_return_null_strings; // qheader.cpp - qt_qheader_label_return_null_strings = TRUE; + extern bool tqt_qheader_label_return_null_strings; // qheader.cpp + tqt_qheader_label_return_null_strings = TRUE; TQIconSet oldIconSet, newIconSet; if ( iconSet( oldIdx ) ) @@ -7307,7 +7307,7 @@ void TQTableHeader::swapSections( int oldIdx, int newIdx, bool swapTable ) setLabel( newIdx, oldIconSet, oldLabel ); } - qt_qheader_label_return_null_strings = FALSE; + tqt_qheader_label_return_null_strings = FALSE; int w1 = sectionSize( oldIdx ); int w2 = sectionSize( newIdx ); |