summaryrefslogtreecommitdiffstats
path: root/kdelirc/kcmlirc/modeslist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdelirc/kcmlirc/modeslist.h')
-rw-r--r--kdelirc/kcmlirc/modeslist.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/kdelirc/kcmlirc/modeslist.h b/kdelirc/kcmlirc/modeslist.h
deleted file mode 100644
index d6a4b25..0000000
--- a/kdelirc/kcmlirc/modeslist.h
+++ /dev/null
@@ -1,34 +0,0 @@
-//
-//
-// C++ Interface: $MODULE$
-//
-// Description:
-//
-//
-// Author: Gav Wood <[email protected]>, (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