From d1717aedda6ed9dbe0996ebcc6f781497b8ef932 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Tue, 5 Aug 2014 20:16:54 +0200 Subject: . --- plugingui/Makefile.am | 2 +- plugingui/plugingui.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 79e25e4..32228f4 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = \ button.h \ checkbox.h \ colour.h \ - config.h \ + pluginconfig.h \ combobox.h \ directory.h \ eventhandler.h \ diff --git a/plugingui/plugingui.h b/plugingui/plugingui.h index 9fb8d6a..f94a062 100644 --- a/plugingui/plugingui.h +++ b/plugingui/plugingui.h @@ -36,7 +36,7 @@ #include "button.h" #include "knob.h" #include "progressbar.h" -#include "config.h" +#include "pluginconfig.h" #include "filebrowser.h" -- cgit v1.2.3