diff options
Diffstat (limited to 'plugins/qt_clist/qt_clist.h')
-rwxr-xr-x | plugins/qt_clist/qt_clist.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/qt_clist/qt_clist.h b/plugins/qt_clist/qt_clist.h deleted file mode 100755 index 5f191b5eb0..0000000000 --- a/plugins/qt_clist/qt_clist.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef QT_CLIST_H
-#define QT_CLIST_H
-
-#include "qt_clist_global.h"
-#include <QApplication>
-#include <QMessageBox>
-#include <QThread>
-
-
-
-
-class Qt_clist : public QObject
-{
- Q_OBJECT
-public:
- Qt_clist();
-};
-
-#endif // QT_CLIST_H
|