summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simplemainwindow.cpp')
-rw-r--r--src/simplemainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
index b3e02591..f6083feb 100644
--- a/src/simplemainwindow.cpp
+++ b/src/simplemainwindow.cpp
@@ -999,7 +999,7 @@ void SimpleMainWindow::setCaption(const TQString &caption)
{
TQString projectname = project->projectName();
- TQString suffix(".tdevelop");
+ TQString suffix(".kdevelop");
if (projectname.endsWith(suffix))
projectname.truncate(projectname.length() - suffix.length());