diff options
Diffstat (limited to 'kio/kio/thumbcreator.h')
-rw-r--r-- | kio/kio/thumbcreator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/thumbcreator.h b/kio/kio/thumbcreator.h index ce8696a19..17a7fac30 100644 --- a/kio/kio/thumbcreator.h +++ b/kio/kio/thumbcreator.h @@ -28,7 +28,7 @@ class TQImage; * This is the baseclass for "thumbnail-plugins" in KDE. Using the class * KIO::PreviewJob allows you to generate small images (thumbnails) * for any kind of file, where a "ThumbCreator" is available. Have a look - * at kdebase/kioslave/thumbnail/ for existing ThumbCreators. + * at tdebase/kioslave/thumbnail/ for existing ThumbCreators. * * What you need to do to create and register a ThumbCreator: * @li Inherit from this class and reimplement the create() method to |