summaryrefslogtreecommitdiffstats
path: root/src/kile/kiledocmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kiledocmanager.cpp')
-rw-r--r--src/kile/kiledocmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/kiledocmanager.cpp b/src/kile/kiledocmanager.cpp
index 683dd64..dafbfb9 100644
--- a/src/kile/kiledocmanager.cpp
+++ b/src/kile/kiledocmanager.cpp
@@ -1770,7 +1770,7 @@ void Manager::projectShow()
{
TQString itempath = item->path();
- // called from KAction 'Show projects...': find the first opened
+ // called from TDEAction 'Show projects...': find the first opened
// LaTeX document or, if that fails, any other opened file
TQStringList extlist = TQStringList::split(" ",m_ki->extensions()->latexDocuments() + ' ' + m_ki->extensions()->latexPackages());
for ( TQStringList::Iterator it=extlist.begin(); it!=extlist.end(); ++it )