summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/cbooktreechooser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/keychooser/cbooktreechooser.cpp')
-rw-r--r--bibletime/frontend/keychooser/cbooktreechooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/keychooser/cbooktreechooser.cpp b/bibletime/frontend/keychooser/cbooktreechooser.cpp
index d47e298..871e9d5 100644
--- a/bibletime/frontend/keychooser/cbooktreechooser.cpp
+++ b/bibletime/frontend/keychooser/cbooktreechooser.cpp
@@ -289,10 +289,10 @@ void CBookTreeChooser::show() {
CKeyChooser::show();
if (!m_treeView->childCount()) {
- KApplication::setOverrideCursor(WaitCursor);
+ TDEApplication::setOverrideCursor(WaitCursor);
setupTree(); //create the first level of the tree structure
m_treeView->resize(m_treeView->sizeHint());
- KApplication::restoreOverrideCursor();
+ TDEApplication::restoreOverrideCursor();
}
}