21 #ifndef VCARD_LDIFCREATOR_H 22 #define VCARD_LDIFCREATOR_H 25 #include <tdeio/thumbcreator.h> 26 #include <tdeabc/vcardparser.h> 28 class KPixmapSplitter; 30 class VCard_LDIFCreator : public ThumbCreator 34 virtual ~VCard_LDIFCreator(); 35 virtual bool create( const TQString &path, int width, int height, TQImage &img); 36 virtual Flags flags() const; 39 KPixmapSplitter *mSplitter; 44 bool readContents( const TQString &path ); 47 bool createImageSmall(); 48 bool createImageBig();
|