kdelirc
modeslist.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef MODESLIST_H
00014 #define MODESLIST_H
00015
00016 #include <k3listview.h>
00017
00018 #include <k3listview.h>
00019
00020 #include <QDropEvent>
00021
00027 class ModesList : public K3ListView
00028 {
00029 Q_OBJECT
00030 public:
00031 virtual bool acceptDrag(QDropEvent *) const;
00032 ModesList(QWidget *parent = 0, const char *name = 0);
00033 };
00034
00035 #endif