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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/dtds.cpp b/quanta/src/dtds.cpp
index e1c5a742..5061abd4 100644
--- a/quanta/src/dtds.cpp
+++ b/quanta/src/dtds.cpp
@@ -274,7 +274,7 @@ bool DTDs::readTagDir2(DTDStruct *dtd)
readTagFile(dirName + "common.tag", dtd, 0L);
//bool idleTimertqStatus = quantaApp->slotEnableIdleTimer(false);
emit enableIdleTimer(false);
- KURL::List files = TQExtFileInfo::allFilesRelative(dirURL, "*.tag", 0L);
+ KURL::List files = QExtFileInfo::allFilesRelative(dirURL, "*.tag", 0L);
//quantaApp->slotEnableIdleTimer(idleTimertqStatus);
emit enableIdleTimer(true);
TQString tmpStr;