diff options
Diffstat (limited to 'kpovmodeler/pmlibraryhandle.h')
-rw-r--r-- | kpovmodeler/pmlibraryhandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmlibraryhandle.h b/kpovmodeler/pmlibraryhandle.h index e20d6368..353b7b53 100644 --- a/kpovmodeler/pmlibraryhandle.h +++ b/kpovmodeler/pmlibraryhandle.h @@ -180,8 +180,8 @@ public: bool isSubLibrary( ) const { return m_subLibrary; } /** - * Changes the tqparent library if this is a sub library - * @param parentPath The new tqparent path for this library + * Changes the parent library if this is a sub library + * @param parentPath The new parent path for this library * @return PMLibraryHandle::Ok if successful or the reason for failure */ PMLibraryHandle::PMResult changeParentLibrary( const TQString& parentPath ); |