// // // C++ Interface: $MODULE$ // // Description: // // // Author: Gav Wood , (C) 2003 // // Copyright: See COPYING file that comes with this distribution // // #ifndef MODESLIST_H #define MODESLIST_H #include #include /** @author Gav Wood */ class ModesList : public TDEListView { TQ_OBJECT public: virtual bool acceptDrag(TQDropEvent *) const; ModesList(TQWidget *parent = 0, const char *name = 0); }; #endif