documentationpart.h
Go to the documentation of this file.00001 #ifndef __DOCUMENTATIONPART_H__ 00002 #define __DOCUMENTATIONPART_H__ 00003 00004 #include <kdevhtmlpart.h> 00005 00006 class DocumentationPart : public KDevHTMLPart 00007 { 00008 Q_OBJECT 00009 00010 public: 00011 00012 DocumentationPart(); 00013 00014 protected slots: 00015 00016 virtual void slotDuplicate(); 00017 virtual void slotOpenInNewWindow(const KURL &url); 00018 }; 00019 00020 #endif