diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:04:05 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 15:43:46 +0200 |
| commit | a8b27c20ba29466133a261945468006de46d4ad5 (patch) | |
| tree | 6eb46cc90fa57f3eeaa758458de805747f13bebc /libk3b/tools/k3bcutcombobox.cpp | |
| parent | feae001a0240fdca57cc68779f59f88e6af49335 (diff) | |
| download | k3b-a8b27c20ba29466133a261945468006de46d4ad5.tar.gz k3b-a8b27c20ba29466133a261945468006de46d4ad5.zip | |
Rename obsolete tq methods to standard names
(cherry picked from commit ba335c4be73ee8e3ae5c6084e889c003825cda44)
Diffstat (limited to 'libk3b/tools/k3bcutcombobox.cpp')
| -rw-r--r-- | libk3b/tools/k3bcutcombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bcutcombobox.cpp b/libk3b/tools/k3bcutcombobox.cpp index 089e27e..a92ae6a 100644 --- a/libk3b/tools/k3bcutcombobox.cpp +++ b/libk3b/tools/k3bcutcombobox.cpp @@ -205,7 +205,7 @@ void K3bCutComboBox::resizeEvent( TQResizeEvent* e ) void K3bCutComboBox::cutText() { - d->width = TQStyle::visualRect( tqstyle().querySubControlMetrics(TQStyle::CC_ComboBox, this, + d->width = TQStyle::visualRect( style().querySubControlMetrics(TQStyle::CC_ComboBox, this, TQStyle::SC_ComboBoxEditField), this ).width(); for( int i = 0; i < (int)d->originalItems.count(); ++i ) { |
