summaryrefslogtreecommitdiffstats
path: root/qt-ui/printoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r--qt-ui/printoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h
index 528c5ed4d..5a4ca3504 100644
--- a/qt-ui/printoptions.h
+++ b/qt-ui/printoptions.h
@@ -44,7 +44,7 @@ struct template_options {
}
};
-extern template_options::color_palette_struct almond_colors, custom_colors;
+extern template_options::color_palette_struct almond_colors, blueshades_colors, custom_colors;
// should be based on a custom QPrintDialog class
class PrintOptions : public QWidget {