diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-28 22:31:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-28 22:31:39 -0600 |
commit | 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch) | |
tree | 6d4d5407c000add30aa78630e009c0e5d633e440 /src/table | |
parent | 1740cd279522c060e738bbbffacab83355d2b794 (diff) | |
download | tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip |
Automated conversion from qt3
Diffstat (limited to 'src/table')
-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 ); |