summaryrefslogtreecommitdiffstats
path: root/src/kile/templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/templates.h')
-rw-r--r--src/kile/templates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/templates.h b/src/kile/templates.h
index 1daa18f..76a7121 100644
--- a/src/kile/templates.h
+++ b/src/kile/templates.h
@@ -91,7 +91,7 @@ class Manager : public TQObject {
bool remove(KileTemplate::Info ti);
//replaces a template
- bool tqreplace(const KileTemplate::Info& toBeReplaced, const KURL& newTemplateSourceURL, const TQString& newName, const KURL& newIcon);
+ bool replace(const KileTemplate::Info& toBeReplaced, const KURL& newTemplateSourceURL, const TQString& newName, const KURL& newIcon);
protected:
KileInfo* m_kileInfo;