diff options
Diffstat (limited to 'quanta/project/project.h')
-rw-r--r-- | quanta/project/project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/project/project.h b/quanta/project/project.h index 6315c058..62b71889 100644 --- a/quanta/project/project.h +++ b/quanta/project/project.h @@ -87,7 +87,7 @@ public: void loadLastProject(bool reload); /** Returns the relative url with the prefix inserted. */ KURL urlWithPrefix(const KURL& url); - bool tqcontains(const KURL &url); + bool contains(const KURL &url); /** Read property of TQString defaultDTD. */ const TQString& defaultDTD(); const TQString& defaultEncoding(); |