diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:04:12 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:04:12 -0600 |
| commit | 64b0307ae8368d0034f6b0e4a69bc0d3684b3820 (patch) | |
| tree | e7eb18e27cc3140c7ccbf9a52fcff48d1e9a1c34 /knights/board_2d.cpp | |
| parent | e7c39a6e1418d844247087da64dec7d691ff9188 (diff) | |
| download | knights-64b0307ae8368d0034f6b0e4a69bc0d3684b3820.tar.gz knights-64b0307ae8368d0034f6b0e4a69bc0d3684b3820.zip | |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'knights/board_2d.cpp')
| -rw-r--r-- | knights/board_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/board_2d.cpp b/knights/board_2d.cpp index b231be5..5f69f28 100644 --- a/knights/board_2d.cpp +++ b/knights/board_2d.cpp @@ -638,7 +638,7 @@ TQPixmap board_2d::getChessman( const int &pos ) } if( ( pos == premoveFrom ) || ( pos == premoveTo ) ) { - KIconEffect::semiTransparent( tmp ); + TDEIconEffect::semiTransparent( tmp ); } return tmp; } |
