diff options
Diffstat (limited to 'libkdepim/progressmanager.h')
-rw-r--r-- | libkdepim/progressmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/progressmanager.h b/libkdepim/progressmanager.h index bf2842716..47409002f 100644 --- a/libkdepim/progressmanager.h +++ b/libkdepim/progressmanager.h @@ -75,7 +75,7 @@ class KDE_EXPORT ProgressItem : public QObject * @p v will be interpreted as rich text, so it might have to be escaped. * @param v The status string. */ - void setStatus( const TQString& v ); + void seStatus( const TQString& v ); /** * @return Whether this item can be cancelled. @@ -131,7 +131,7 @@ class KDE_EXPORT ProgressItem : public QObject * Reset the progress value of this item to 0 and the status string to * the empty string. */ - void reset() { setProgress( 0 ); setStatus( TQString::null ); mCompleted = 0; } + void reset() { setProgress( 0 ); seStatus( TQString::null ); mCompleted = 0; } void cancel(); @@ -358,7 +358,7 @@ class KDE_EXPORT ProgressManager : public QObject * @return the only top level progressitem when there's only one. * Returns 0 if there is no item, or more than one top level item. * Since this is used to calculate the overall progress, it will also return - * 0 if there is an item which uses a busy indicator, since that will invalidate + * 0 if there is an item which uses a busy indicator, since that will tqinvalidate * the overall progress. */ ProgressItem* singleItem() const; |