KDevelop API Documentation

editorchooser_part.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (C) 2001 Matthias Hoelzer-Kluepfel <mhk@caldera.de>   
00003  */
00004  
00005 
00006 #ifndef __KDEVPART_EDITORCHOOSER_H__
00007 #define __KDEVPART_EDITORCHOOSER_H__
00008 
00009 
00010 class KDialogBase;
00011 
00012 
00013 #include <kdevplugin.h>
00014 
00015 
00016 class EditorChooserPart : public KDevPlugin
00017 {
00018   Q_OBJECT
00019 
00020 public:
00021    
00022   EditorChooserPart(QObject *parent, const char *name, const QStringList &);
00023   ~EditorChooserPart();
00024 
00025   
00026 private slots:
00027 
00028   void configWidget(KDialogBase *dlg);
00029   
00030 };
00031 
00032 
00033 #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 Tue Feb 22 09:22:23 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003