1 #ifndef PROXYSETTINGSDIALOG_H
2 #define PROXYSETTINGSDIALOG_H
5 #include "ui_proxysettingsdialog.h"
7 class ProxySettingsDialog : public QDialog, Ui::ProxySettingsDialog
11 ProxySettingsDialog(QWidget *aParent = NULL);
12 ~ProxySettingsDialog() {}
14 void connectionTypeChanged(bool aState);
15 void saveDialogData();
18 #endif /* PROXYSETTINGSDIALOG_H */