summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-09-25 20:33:00 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-09-25 20:33:00 +0000
commite493b2b7c4fbbbfc457f02babf9546289b430177 (patch)
tree598b5fa6dc9340c96961e3131cc994480d80ff6a /gtk2_ardour/about.h
parentf872433e8e81ba5a3a9ebffa32c6ddd9e3358f07 (diff)
Fly my pretties!
git-svn-id: svn://localhost/trunk/ardour2@28 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/about.h')
-rw-r--r--gtk2_ardour/about.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/about.h b/gtk2_ardour/about.h
index 363bc57f33..afe6f28cd8 100644
--- a/gtk2_ardour/about.h
+++ b/gtk2_ardour/about.h
@@ -21,8 +21,8 @@
#ifndef __ardour_gtk_about_h__
#define __ardour_gtk_about_h__
-#include <gtk--/window.h>
-#include <gtk--/pixmap.h>
+#include <gtkmm/window.h>
+#include <gtkmm/pixmap.h>
#include <gtk-canvas.h>
class ARDOUR_UI;
@@ -58,7 +58,7 @@ class About : public Gtk::Window
bool support;
ARDOUR_UI * _ui;
- SigC::Connection timeout_connection;
+ sigc::connection timeout_connection;
bool load_logo_size ();
bool load_logo (Gtk::Window&);
@@ -71,7 +71,7 @@ class About : public Gtk::Window
void gone_hidden ();
#ifdef WITH_PAYMENT_OPTIONS
- Gtk::Pixmap paypal_pixmap;
+ Gtk::Image paypal_pixmap;
Gtk::Button paypal_button;
void goto_paypal ();
#endif