From de9b6c9ad15f9f51812daae17cce635d1050a9ba Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:14:55 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- twin/clients/b2/b2client.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'twin/clients/b2') diff --git a/twin/clients/b2/b2client.cpp b/twin/clients/b2/b2client.cpp index 71d6fdfdd..32a1ec28a 100644 --- a/twin/clients/b2/b2client.cpp +++ b/twin/clients/b2/b2client.cpp @@ -1063,16 +1063,16 @@ static void redraw_pixmaps() } // Apply the hilight effect to the 'Hover' icons - KIconEffect ie; + TDEIconEffect ie; TQPixmap hilighted; for (i = 0; i < P_NUM_BUTTON_TYPES; i++) { int offset = i * NumStates; hilighted = ie.apply(*pixmap[offset + Norm], - KIcon::Small, KIcon::ActiveState); + TDEIcon::Small, TDEIcon::ActiveState); *pixmap[offset + Hover] = hilighted; hilighted = ie.apply(*pixmap[offset + INorm], - KIcon::Small, KIcon::ActiveState); + TDEIcon::Small, TDEIcon::ActiveState); *pixmap[offset + IHover] = hilighted; } -- cgit v1.2.1