summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/panel.cpp')
-rw-r--r--src/ui/widget/panel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp
index d6e170c74..8ca08a091 100644
--- a/src/ui/widget/panel.cpp
+++ b/src/ui/widget/panel.cpp
@@ -20,7 +20,7 @@
#include "desktop.h"
#include "inkscape.h"
-#include "widgets/eek-preview.h"
+#include "preview.h"
namespace Inkscape {
namespace UI {
@@ -35,7 +35,7 @@ void Panel::prep() {
GTK_ICON_SIZE_DND, // Not used by options, but included to make the last size larger
GTK_ICON_SIZE_DIALOG
};
- EekPreview::set_size_mappings( G_N_ELEMENTS(sizes), sizes );
+ Preview::set_size_mappings( G_N_ELEMENTS(sizes), sizes );
}
Panel::Panel(gchar const *prefs_path, int verb_num) :