summaryrefslogtreecommitdiffstats
path: root/qt4/encodewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt4/encodewidget.h')
-rw-r--r--qt4/encodewidget.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/qt4/encodewidget.h b/qt4/encodewidget.h
deleted file mode 100644
index 869dea5e1..000000000
--- a/qt4/encodewidget.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef ENCODEWIDGET_H
-#define ENCODEWIDGET_H
-
-#include <QtGui>
-
-#include "ui_encodewidget.h"
-
-class EncodeWidget : public QWidget, private Ui::EncodeWidget
-{
- Q_OBJECT
-public:
- EncodeWidget( QWidget *parent = 0 );
-
-signals:
- void convert();
-
-public slots:
- void setModel( QStandardItemModel *m );
- void changed();
-};
-
-#endif // ENCODEWIDGET_H