/* * Copyright (C) 2001 Sandy Meier */ #ifndef __KDEVPART_VISUALBOYADVANCE_H__ #define __KDEVPART_VISUALBOYADVANCE_H__ #include #include #include namespace VisualBoyAdvance { class VisualBoyAdvancePart : public KDevPlugin { Q_OBJECT public: VisualBoyAdvancePart(TQObject *parent, const char *name, const TQStringList &); ~VisualBoyAdvancePart(); private slots: void slotExecute(); void projectConfigWidget(KDialogBase *dlg); }; } #endif