summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrGotoPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrGotoPage.cpp')
-rw-r--r--kpresenter/KPrGotoPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrGotoPage.cpp b/kpresenter/KPrGotoPage.cpp
index 6cbb97a73..6a3f8592e 100644
--- a/kpresenter/KPrGotoPage.cpp
+++ b/kpresenter/KPrGotoPage.cpp
@@ -86,6 +86,6 @@ int KPrGotoPage::page() const {
}
void KPrGotoPage::resetCursor() {
- if ( tqparentWidget() )
- tqparentWidget()->setCursor( TQt::blankCursor );
+ if ( parentWidget() )
+ parentWidget()->setCursor( TQt::blankCursor );
}