summaryrefslogtreecommitdiffstats
path: root/quanta/src/dtds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src/dtds.cpp')
-rw-r--r--quanta/src/dtds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/dtds.cpp b/quanta/src/dtds.cpp
index bf257a0c..c9e8e83c 100644
--- a/quanta/src/dtds.cpp
+++ b/quanta/src/dtds.cpp
@@ -239,7 +239,7 @@ bool DTDs::readTagDir2(DTDStruct *dtd)
if (!TQFile::exists(dtd->fileName)) return false;
- kapp->setOverrideCursor( TQCursor(TQt::WaitCursor) );
+ tdeApp->setOverrideCursor( TQCursor(TQt::WaitCursor) );
TDEConfig *dtdConfig = new TDEConfig(dtd->fileName, true);
@@ -610,7 +610,7 @@ bool DTDs::readTagDir2(DTDStruct *dtd)
delete dtdConfig;
dtd->loaded = true;
resolveInherited(dtd);
- kapp->restoreOverrideCursor();
+ tdeApp->restoreOverrideCursor();
return true;
}