diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
commit | de9b6c9ad15f9f51812daae17cce635d1050a9ba (patch) | |
tree | 6b26400ab1a616925443c5d365246eb86c9bad57 /twin/tabbox.cpp | |
parent | 4f841fbbbc5d3399535ade061699cc76363c7a3f (diff) | |
download | tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.tar.gz tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'twin/tabbox.cpp')
-rw-r--r-- | twin/tabbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/tabbox.cpp b/twin/tabbox.cpp index 7d343962f..4b9175b48 100644 --- a/twin/tabbox.cpp +++ b/twin/tabbox.cpp @@ -434,7 +434,7 @@ void TabBox::drawContents( TQPainter * ) if( !icon.isNull()) { if( (*it)->isMinimized()) - KIconEffect::semiTransparent( icon ); + TDEIconEffect::semiTransparent( icon ); p.drawPixmap( x+5, y + (lineHeight - iconWidth)/2, icon ); } |