diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
commit | 2f36c1bd457c375a07b37e81aaef0c7d75278e0e (patch) | |
tree | aab4c1e258ef1af8e37d0bff3826cd7b004d5b4b /libk3b/tools/k3bcutcombobox.cpp | |
parent | 6aa759b112c09eb02ccd54b616339c1362e3ad99 (diff) | |
download | k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.tar.gz k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.zip |
Fix inadvertent "TQ" changes.
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 a92ae6a..6ed6d7a 100644 --- a/libk3b/tools/k3bcutcombobox.cpp +++ b/libk3b/tools/k3bcutcombobox.cpp @@ -214,7 +214,7 @@ void K3bCutComboBox::cutText() w -= ( pixmap(i)->width() + 4 ); TQString text; - if( d->method == STQUEEZE ) + if( d->method == SQUEEZE ) text = K3b::squeezeTextToWidth( fontMetrics(), d->originalItems[i], w ); else text = K3b::cutToWidth( fontMetrics(), d->originalItems[i], w ); |