diff options
Diffstat (limited to 'tdelirc/kcmlirc/modeslist.h')
-rw-r--r-- | tdelirc/kcmlirc/modeslist.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tdelirc/kcmlirc/modeslist.h b/tdelirc/kcmlirc/modeslist.h new file mode 100644 index 0000000..d6a4b25 --- /dev/null +++ b/tdelirc/kcmlirc/modeslist.h @@ -0,0 +1,34 @@ +// +// +// C++ Interface: $MODULE$ +// +// Description: +// +// +// Author: Gav Wood <gav@kde.org>, (C) 2003 +// +// Copyright: See COPYING file that comes with this distribution +// +// +#ifndef MODESLIST_H +#define MODESLIST_H + +#include <tdelistview.h> + +#include <tdelistview.h> + +/** + +@author Gav Wood +*/ + +class ModesList : public TDEListView +{ + Q_OBJECT + +public: + virtual bool acceptDrag(TQDropEvent *) const; + ModesList(TQWidget *parent = 0, const char *name = 0); +}; + +#endif |