summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/removefiledlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/removefiledlg.cpp')
-rw-r--r--buildtools/autotools/removefiledlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/removefiledlg.cpp b/buildtools/autotools/removefiledlg.cpp
index e265a969..6508d126 100644
--- a/buildtools/autotools/removefiledlg.cpp
+++ b/buildtools/autotools/removefiledlg.cpp
@@ -155,7 +155,7 @@ void RemoveFileDialog::accept()
TQDomDocument &dom = *(m_part->projectDom());
TQDomElement el = dom.documentElement();
- TQDomNode el2 = el.namedItem("kdevautoproject");
+ TQDomNode el2 = el.namedItem("tdevautoproject");
TQDomNode el3 = el2.namedItem("subclassing");
TQDomNode n = el3.firstChild();