summaryrefslogtreecommitdiff
path: root/bibletime/frontend/cswordsetupinstallsourcesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cswordsetupinstallsourcesdialog.h')
-rw-r--r--bibletime/frontend/cswordsetupinstallsourcesdialog.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/bibletime/frontend/cswordsetupinstallsourcesdialog.h b/bibletime/frontend/cswordsetupinstallsourcesdialog.h
deleted file mode 100644
index a7d039a..0000000
--- a/bibletime/frontend/cswordsetupinstallsourcesdialog.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef CSWORDSETUPINSTALLSOURCESDIALOG_H
-#define CSWORDSETUPINSTALLSOURCESDIALOG_H
-
-#include "btinstallmgr.h"
-#include <qdialog.h>
-
-class QLabel;
-class QComboBox;
-class QLineEdit;
-
-namespace BookshelfManager {
-
-class CSwordSetupInstallSourcesDialog : public QDialog {
- Q_OBJECT
-
-public:
- static sword::InstallSource getSource();
-
-protected:
- CSwordSetupInstallSourcesDialog();
-
-protected slots:
- void slotOk();
- void slotProtocolChanged();
-
-private:
- QLabel *m_serverLabel;
- QLineEdit *m_captionEdit, *m_serverEdit, *m_pathEdit;
- QComboBox *m_protocolCombo;
- };
-
-} //namespace
-
-#endif //CSWORDSETUPINSTALLSOURCESDIALOG_H