summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrBackground.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrBackground.cpp')
-rw-r--r--kpresenter/KPrBackground.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrBackground.cpp b/kpresenter/KPrBackground.cpp
index a3fdbedcb..91f01c7a1 100644
--- a/kpresenter/KPrBackground.cpp
+++ b/kpresenter/KPrBackground.cpp
@@ -524,7 +524,7 @@ void KPrBackGround::drawBackPix( TQPainter *_painter, const TQSize& ext, const T
double w = _origSize.width();
w *= ext.width();
#if KDE_IS_VERSION(3,1,90)
- TQRect desk = TDEGlobalSettings::desktopGeometry(kapp->activeWindow());
+ TQRect desk = TDEGlobalSettings::desktopGeometry(tdeApp->activeWindow());
#else
TQRect desk = TQApplication::desktop()->screenGeometry();
#endif