diff options
Diffstat (limited to 'parts/filecreate/filecreate_widget2.cpp')
-rw-r--r-- | parts/filecreate/filecreate_widget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/filecreate/filecreate_widget2.cpp b/parts/filecreate/filecreate_widget2.cpp index ca37957a..840d62b4 100644 --- a/parts/filecreate/filecreate_widget2.cpp +++ b/parts/filecreate/filecreate_widget2.cpp @@ -67,7 +67,7 @@ namespace FileCreate { else kdDebug(9034) << "No match!" << endl; } - // If an exact match is not found (e.g. current points to a 'tqparent' type) then + // If an exact match is not found (e.g. current points to a 'parent' type) then // look instead for an extension match if (changeToRow==-1) { for(it = typeForRow.begin(); it!= typeForRow.end() && changeToRow==-1; ++it) { |