diff options
Diffstat (limited to 'kio/kio/thumbcreator.h')
-rw-r--r-- | kio/kio/thumbcreator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/thumbcreator.h b/kio/kio/thumbcreator.h index f16132b3a..ce8696a19 100644 --- a/kio/kio/thumbcreator.h +++ b/kio/kio/thumbcreator.h @@ -22,8 +22,8 @@ #include <tqstring.h> -class QString; -class QImage; +class TQString; +class TQImage; /** * This is the baseclass for "thumbnail-plugins" in KDE. Using the class * KIO::PreviewJob allows you to generate small images (thumbnails) |