From a2bae01d006ea8053e85bc16d09a8cf40a4b0b75 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 03:03:11 +0000 Subject: Fix kdewebdev FTBFS under Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/src/dtds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/src/dtds.cpp') 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; -- cgit v1.2.1