summaryrefslogtreecommitdiff
path: root/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:29 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:29 -0400
commite8a196082586bb68e0bf254a8f6f4b8f39071f32 (patch)
treeb03dbbd1b5be6092ed5e9bcb3806aa2d4938bba3 /src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
parentdd2f7ce46df53f2c377c02d1bf4df8adcf092072 (diff)
Imported Upstream version 2.3.3
Diffstat (limited to 'src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h')
-rw-r--r--src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h b/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
index 47f1973..d875cda 100644
--- a/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
+++ b/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
@@ -24,22 +24,22 @@ class QLineEdit;
class CSwordSetupInstallSourcesDialog : public QDialog {
- Q_OBJECT
+ Q_OBJECT
-public:
- static sword::InstallSource getSource();
+ public:
+ static sword::InstallSource getSource();
-protected:
- CSwordSetupInstallSourcesDialog();
+ protected:
+ CSwordSetupInstallSourcesDialog();
-protected slots:
- void slotOk();
- void slotProtocolChanged();
+ protected slots:
+ void slotOk();
+ void slotProtocolChanged();
-private:
- QLabel *m_serverLabel;
- QLineEdit *m_captionEdit, *m_serverEdit, *m_pathEdit;
- QComboBox *m_protocolCombo;
+ private:
+ QLabel *m_serverLabel;
+ QLineEdit *m_captionEdit, *m_serverEdit, *m_pathEdit;
+ QComboBox *m_protocolCombo;
};