]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/settingsdialog.h
Add .pro.user.* to svn:ignore and remove it in the release target.
[toast/confclerk.git] / src / gui / settingsdialog.h
index 086347974ae9324c3729558fc7cb4c76e0d13652..59dcf0c076af83fbe059a9de96dc5774ce4ecbf3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
+ * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl
  *
  * This file is part of ConfClerk.
  *
@@ -29,9 +29,10 @@ class SettingsDialog : public QDialog, Ui::SettingsDialog
 public:
     SettingsDialog(QWidget *aParent = NULL);
     ~SettingsDialog() {}
+    void loadDialogData();
+    void saveDialogData();
 private slots:
     void connectionTypeChanged(bool aState);
-    void saveDialogData();
 };
 
 #endif /* PROXYSETTINGSDIALOG_H */