summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-15 12:32:41 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-15 12:32:41 -0500
commitf6e88ead01b1823f1374afdbc3d8b9a5639e7f46 (patch)
tree9cddcd830da9d58bf364b89ee298a973a6ead8d1 /gtk2_ardour/theme_manager.h
parent8b230014412b90b78240685b16a8d4e624cc5ce6 (diff)
move theme manager into preferences window
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index e9a12b185e..87c66cf1ed 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -32,8 +32,6 @@
#include "canvas/types.h"
#include "canvas/canvas.h"
-#include "ardour_window.h"
-
#include "ui_config.h"
namespace ArdourCanvas {
@@ -43,7 +41,7 @@ namespace ArdourCanvas {
class ArdourDialog;
-class ThemeManager : public ArdourWindow
+class ThemeManager : public Gtk::VBox
{
public:
ThemeManager();