Changeset ad5c62f in confclerk_git for src/gui/settingsdialog.h
- Timestamp:
- 04/13/10 16:20:00 (13 years ago)
- Branches:
- master, qt5
- Children:
- 47d0a31
- Parents:
- 22232d9
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/gui/settingsdialog.h
r22232d9 rad5c62f 17 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 #ifndef PROXYSETTINGSDIALOG_H20 #define PROXYSETTINGSDIALOG_H19 #ifndef SETTINGSDIALOG_H 20 #define SETTINGSDIALOG_H 21 21 22 22 #include <QDialog> 23 #include "ui_ proxysettingsdialog.h"23 #include "ui_settingsdialog.h" 24 24 25 class ProxySettingsDialog : public QDialog, Ui::ProxySettingsDialog25 class SettingsDialog : public QDialog, Ui::SettingsDialog 26 26 { 27 27 Q_OBJECT 28 28 public: 29 ProxySettingsDialog(QWidget *aParent = NULL);30 ~ ProxySettingsDialog() {}29 SettingsDialog(QWidget *aParent = NULL); 30 ~SettingsDialog() {} 31 31 private slots: 32 32 void connectionTypeChanged(bool aState);
Note: See TracChangeset
for help on using the changeset viewer.