diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:32:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:32:45 -0600 |
commit | 5959ea6d0dcff36e49773b89200b42b0af4a9646 (patch) | |
tree | 1fc0f76e9dc82c7779a51886b6152c7625d7fa58 /src/systemtray.cpp | |
parent | 17678d65de293ae9a8b077b5c0bc3f493c617f8b (diff) | |
download | basket-5959ea6d0dcff36e49773b89200b42b0af4a9646.tar.gz basket-5959ea6d0dcff36e49773b89200b42b0af4a9646.zip |
Rename a few stragglers
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r-- | src/systemtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp index 990e42e..fdb7f40 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -164,7 +164,7 @@ void KSystemTray2::displayCloseMessage(TQString fileMenu) painter.setPen( TQPen(KApplication::palette().active().dark(), CIRCLE_WIDTH) ); painter.drawArc(ax + SHADOW_OFFSET, ay + SHADOW_OFFSET, tw + 2*CIRCLE_MARGINS, th + 2*CIRCLE_MARGINS, 0, 16*360); - painter.setPen( TQPen(TQt::red/*KApplication::tqpalette().active().highlight()*/, CIRCLE_WIDTH) ); + painter.setPen( TQPen(TQt::red/*KApplication::palette().active().highlight()*/, CIRCLE_WIDTH) ); painter.drawArc(ax, ay, tw + 2*CIRCLE_MARGINS, th + 2*CIRCLE_MARGINS, 0, 16*360); #if 1 // Draw the pixmap over the screenshot in case a window hide the icon: |