summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-04-23 22:02:11 +0200
committerStefano Karapetsas <[email protected]>2014-04-23 22:02:11 +0200
commit3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9 (patch)
tree4dad59c4dbc9dc61b356d19b629dc875619bcd46 /mate-about/mate-about.h
parent018dc694f53f4d87337212cc46fd719ecbc6967e (diff)
downloadmate-desktop-3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9.tar.bz2
mate-desktop-3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9.tar.xz
mate-about: Use MateAboutDialog
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r--mate-about/mate-about.h4
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