KDevelop API Documentation

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
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:58 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003