diff --git a/kutils/karchive/karchive.h b/kutils/karchive/karchive.h index b54901b3..76de9405 100644 --- a/kutils/karchive/karchive.h +++ b/kutils/karchive/karchive.h @@ -175,7 +175,7 @@ Q_SIGNALS: @brief Signals how far operation (add, remove or extract) is from completing @note The progress value is between 0.0 and 1.0 @note If you are connecting the progress signal to QProgressBar, derived or similar class - make sure to set its initial value, progress is emited only for @b valid items. For example + make sure to set its initial value, progress is emited only for @b valid paths. For example progress will note be emited for paths that are not in the archive from @p KArchive::remove() */