summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoDetailsPane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoDetailsPane.cpp')
-rw-r--r--lib/kofficecore/KoDetailsPane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoDetailsPane.cpp b/lib/kofficecore/KoDetailsPane.cpp
index 23376489..ecbd496f 100644
--- a/lib/kofficecore/KoDetailsPane.cpp
+++ b/lib/kofficecore/KoDetailsPane.cpp
@@ -303,7 +303,7 @@ KoRecentDocumentsPane::KoRecentDocumentsPane(TQWidget* parent, KInstance* instan
TQString path = value;
TQString name;
- // Support for kdelibs-3.5's new RecentFiles format: name[url]
+ // Support for tdelibs-3.5's new RecentFiles format: name[url]
if(path.endsWith("]")) {
int pos = path.find("[");
name = path.mid(0, pos - 1);