editors/editor-chooser/editorchooser_widget.h
Go to the documentation of this file.00001
#ifndef __EDITORCHOOSER_WIDGET_H__
00002
#define __EDITORCHOOSER_WIDGET_H__
00003
00004
00005
#include <qwidget.h>
00006
00007
00008
#include "editchooser.h"
00009
00010
00011 class EditorChooserWidget :
public EditChooser
00012 {
00013 Q_OBJECT
00014
00015
public:
00016
00017
EditorChooserWidget(
QWidget *parent=0,
const char *name=0);
00018
00019
00020
private slots:
00021
00022
void load();
00023
void save();
00024
00025
void accept();
00026
00027 };
00028
00029
00030
#endif
This file is part of the documentation for KDevelop Version 3.0.4.