summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlviewimageexportermodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlviewimageexportermodel.h')
-rw-r--r--umbrello/umbrello/umlviewimageexportermodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umlviewimageexportermodel.h b/umbrello/umbrello/umlviewimageexportermodel.h
index a7f0193d..5e1b7dd5 100644
--- a/umbrello/umbrello/umlviewimageexportermodel.h
+++ b/umbrello/umbrello/umlviewimageexportermodel.h
@@ -129,11 +129,11 @@ private:
/**
* Returns the name of the file where the view will be exported to.
* The name of the exported images will be like their view's name and using the
- * 'imageType' as extension. It can also include the tqparent folders of the view.
+ * 'imageType' as extension. It can also include the parent folders of the view.
*
* The views are stored in folders in the document. The same tree structure used
* in the document to store the views can be created with 'useFolders', so the file name
- * will include recursively also its tqparent folders. Only the folders made by the user
+ * will include recursively also its parent folders. Only the folders made by the user
* are included in the file name (Logical view, use case view and so on aren't created).
*
* @param view The view to export.
@@ -146,7 +146,7 @@ private:
/**
* Creates, if it doesn't exist, the directory to save the file.
- * It also creates all the needed tqparent directories.
+ * It also creates all the needed parent directories.
*
* @param url The url where the image will be saved.
* @return True if the operation was successful,