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