summaryrefslogtreecommitdiffstats
path: root/akregator/src/trayicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/trayicon.cpp')
-rw-r--r--akregator/src/trayicon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/trayicon.cpp b/akregator/src/trayicon.cpp
index 5d04d549c..fe816d19c 100644
--- a/akregator/src/trayicon.cpp
+++ b/akregator/src/trayicon.cpp
@@ -85,8 +85,8 @@ void TrayIcon::mousePressEvent(TQMouseEvent *e) {
TQPixmap TrayIcon::takeScreenshot() const
{
TQPoint g = mapToGlobal(pos());
- int desktopWidth = kapp->desktop()->width();
- int desktopHeight = kapp->desktop()->height();
+ int desktopWidth = tdeApp->desktop()->width();
+ int desktopHeight = tdeApp->desktop()->height();
int tw = width();
int th = height();
int w = desktopWidth / 4;