From 9a6f93a366b3d174ac93924e3d3d1fcd00dd8a02 Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:08:01 -0400 Subject: [PATCH] [P4/git history rebuild] Header changes for About dialog modifications --- gtk2_ardour/about.h | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/gtk2_ardour/about.h b/gtk2_ardour/about.h index 689a92d8e9..b6cb681f69 100644 --- a/gtk2_ardour/about.h +++ b/gtk2_ardour/about.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2003 Paul Davis + Copyright (C) 2014 Valeriy Kamyshniy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,21 +20,18 @@ #ifndef __ardour_gtk_about_h__ #define __ardour_gtk_about_h__ -#include +#include "ardour_dialog.h" +#include "ardour_button.h" -#include "ardour/session_handle.h" - -class ConfigInfoDialog; - -class About : public Gtk::AboutDialog, public ARDOUR::SessionHandlePtr +class About : public ArdourDialog { - public: - About (); - ~About (); +public: + About(); + ~About(); - private: - ConfigInfoDialog* config_info; - void show_config_info (); +private: + bool close_button_pressed (GdkEventButton*); + void on_response (int); }; #endif /* __ardour_gtk_about_h__ */