diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-16 08:46:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-16 14:16:47 +0100 |
commit | 995b97632e3e6f0a789f0ee59fc3bcc6f24bf096 (patch) | |
tree | 245cda0db33bc244cfc864ca2124d0cf6d504631 /vcl/unx/gtk/inc | |
parent | 45c8db7ec89978029db2027585da986794971f7c (diff) |
make gtk-print stuff build on gtk+2 2.12.0
Change-Id: Ifad0e87522397bace62ac8203202a3f40031b5f7
Diffstat (limited to 'vcl/unx/gtk/inc')
-rw-r--r-- | vcl/unx/gtk/inc/gtkprintwrapper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/inc/gtkprintwrapper.hxx b/vcl/unx/gtk/inc/gtkprintwrapper.hxx index 84574306f11f..3341d53e31fd 100644 --- a/vcl/unx/gtk/inc/gtkprintwrapper.hxx +++ b/vcl/unx/gtk/inc/gtkprintwrapper.hxx @@ -38,7 +38,9 @@ #if GTK_CHECK_VERSION(2,14,0) #include <gtk/gtkunixprint.h> #else +#include <gtk/gtkprintjob.h> #include <gtk/gtkpagesetupunixdialog.h> +#include <gtk/gtkprintunixdialog.h> #endif #if !GTK_CHECK_VERSION(3,0,0) |