diff options
Diffstat (limited to 'src/SUSE2client.cpp')
-rw-r--r-- | src/SUSE2client.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SUSE2client.cpp b/src/SUSE2client.cpp index a3a7f87..da91319 100644 --- a/src/SUSE2client.cpp +++ b/src/SUSE2client.cpp @@ -653,11 +653,11 @@ void SUSE2Client::create_pixmaps() painter.end(); TQImage aTempImage = aTitleBarTile->convertToImage(); - aGradientBottom = TQColor::TQColor(aTempImage.pixel(0, aTempImage.height()-1)); - aAntialiasBase = TQColor::TQColor(aTempImage.pixel(0, 2)); + aGradientBottom = TQColor(aTempImage.pixel(0, aTempImage.height()-1)); + aAntialiasBase = TQColor(aTempImage.pixel(0, 2)); TQImage iTempImage = iTitleBarTile->convertToImage(); - iGradientBottom = TQColor::TQColor(iTempImage.pixel(0, iTempImage.height()-1)); - iAntialiasBase = TQColor::TQColor(iTempImage.pixel(0, 2)); + iGradientBottom = TQColor(iTempImage.pixel(0, iTempImage.height()-1)); + iAntialiasBase = TQColor(iTempImage.pixel(0, 2)); // the gradient for the fade out effect gradient = KImageEffect::gradient(TQSize(30, titleHeight + TOPMARGIN + DECOHEIGHT), |