21 #ifndef KPIM_EMBEDDEDURLPAGE_H 22 #define KPIM_EMBEDDEDURLPAGE_H 25 #include <tdepimmacros.h> 28 namespace KParts { class ReadOnlyPart; } 32 class KDE_EXPORT EmbeddedURLPage : public TQWidget 37 EmbeddedURLPage( const TQString &url, const TQString &mimetype, 38 TQWidget *parent, const char *name = 0 ); 43 void openURL( const KURL &url ); 45 void initGUI( const TQString &url, const TQString &mimetype ); 49 KParts::ReadOnlyPart* mPart; TDEPIM classes for drag and drop of mails.
|