You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/editors/editor-chooser/editorchooser_part.h

35 lines
452 B

/*
* Copyright (C) 2001 Matthias Hoelzer-Kluepfel <mhk@caldera.de>
*/
#ifndef __KDEVPART_EDITORCHOOSER_H__
#define __KDEVPART_EDITORCHOOSER_H__
class KDialogBase;
#include <kdevplugin.h>
class EditorChooserPart : public KDevPlugin
{
Q_OBJECT
public:
EditorChooserPart(TQObject *parent, const char *name, const TQStringList &);
~EditorChooserPart();
private slots:
void configWidget(KDialogBase *dlg);
};
#endif