summaryrefslogtreecommitdiffstats
path: root/quanta/project/projectlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project/projectlist.h')
-rw-r--r--quanta/project/projectlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/project/projectlist.h b/quanta/project/projectlist.h
index baec78ec..361c119c 100644
--- a/quanta/project/projectlist.h
+++ b/quanta/project/projectlist.h
@@ -56,7 +56,7 @@ public:
*/
KURL toRelative(const KURL &url) const
{
- return TQExtFileInfo::toRelative(url, m_baseURL, false);
+ return QExtFileInfo::toRelative(url, m_baseURL, false);
}
/**