summaryrefslogtreecommitdiffstats
path: root/kio/kio/progressbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/progressbase.h')
-rw-r--r--kio/kio/progressbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/progressbase.h b/kio/kio/progressbase.h
index fce482fb8..d9e3d8f96 100644
--- a/kio/kio/progressbase.h
+++ b/kio/kio/progressbase.h
@@ -47,7 +47,7 @@ namespace KIO
* Add your GUI code to the constructor and implemement those virtual
* methods which you need in order to display progress.
*
-* E.g. tqStatusbarProgress only implements slotTotalSize(),
+* E.g. StatusbarProgress only implements slotTotalSize(),
* slotPercent() and slotSpeed().
*
* Custom progress dialog will be used like this :