diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-20 20:43:38 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-20 20:43:38 +0000 |
commit | 42dfcbcc0fe6019d32cd5680a86e2831fe9b6974 (patch) | |
tree | 81f15764d81efcdcb0ec9edeeaf534ce2ecc0d48 /kio | |
parent | e7c20618e624eb27aa17abcdc471f3711e94b914 (diff) | |
download | tdelibs-42dfcbcc0fe6019d32cd5680a86e2831fe9b6974.tar.gz tdelibs-42dfcbcc0fe6019d32cd5680a86e2831fe9b6974.zip |
KRandRTray fixes; minor compilation repairs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1152360 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/thumbcreator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kio/kio/thumbcreator.h b/kio/kio/thumbcreator.h index ca8e92f83..4612a0916 100644 --- a/kio/kio/thumbcreator.h +++ b/kio/kio/thumbcreator.h @@ -20,10 +20,12 @@ #ifndef _THUMBCREATOR_H_ #define _THUMBCREATOR_H_ +#include <qstring.h> + class QString; class QImage; /** - * This is the baseclass for "thumbnail-plugins" in KDE. Using the class + * 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. |