diff options
Diffstat (limited to 'quanta/project/projectlist.h')
-rw-r--r-- | quanta/project/projectlist.h | 2 |
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); } /** |