diff options
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 3993f67..6f9c58f 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -26,6 +26,8 @@ #include <glib/gi18n.h> #include <config.h> // autogenerated by ./configure +#include <libmate-desktop/mate-aboutdialog.h> + #ifdef USE_UNIQUE #include <unique/unique.h> #endif @@ -642,7 +644,7 @@ }; // widget for mate-about window - GtkAboutDialog* mate_about_dialog = FALSE; + MateAboutDialog* mate_about_dialog = FALSE; // libunique thing #ifdef USE_UNIQUE |