diff options
Diffstat (limited to 'kio/kfile/kfileview.h')
-rw-r--r-- | kio/kfile/kfileview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/kfile/kfileview.h b/kio/kfile/kfileview.h index 1a13e264e..05b32e863 100644 --- a/kio/kfile/kfileview.h +++ b/kio/kfile/kfileview.h @@ -34,7 +34,7 @@ class KActionCollection; * internal class to make easier to use signals possible * @internal **/ -class KIO_EXPORT KFileViewSignaler : public TQObject +class KIO_EXPORT KFileViewSignaler : public QObject { Q_OBJECT @@ -146,11 +146,11 @@ public: virtual void clear(); /** - * does a tqrepaint of the view. + * does a repaint of the view. * * The default implementation calls * \code - * widget()->tqrepaint(f) + * widget()->repaint(f) * \endcode **/ virtual void updateView(bool f = true); |