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