]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/settingsdialog.h
Bump copyright years.
[toast/confclerk.git] / src / gui / settingsdialog.h
index 086347974ae9324c3729558fc7cb4c76e0d13652..401e9202655fc8580b770ce21800dbd80a065286 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
+ * Copyright (C) 2011-2024 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 */