Index: src/preferencesdialog.cpp
===================================================================
--- src/preferencesdialog.cpp (revision eac9d654e2ab86596ea7589952481779a14f6844)
+++ src/preferencesdialog.cpp (revision b826c25829b991595da1356477c09e480cb4ec23)
@@ -152,9 +152,11 @@
 }
 
-void Gobby::PreferencesDialog::Appearance::on_response(int response_id)
-{
-	if(response_id == Gtk::RESPONSE_OK)
-	{
-	}
+Gobby::PreferencesDialog::Security::Security(const Preferences& preferences)
+ : Page(preferences)
+{
+}
+
+Gobby::PreferencesDialog::Security::~Security()
+{
 }
 
