From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- src/table/qtable.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/table/qtable.cpp') 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 ); -- cgit v1.2.3