summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r--mate-about/mate-about.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index 229cf92..1f8c4a6 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -26,8 +26,6 @@
#include <libintl.h> // for gettext
#include <glib/gi18n.h>
-#include <libmate-desktop/mate-aboutdialog.h>
-
const char* program_name = "MATE Desktop Environment";
const char* version = PACKAGE_VERSION;
const char* icon = "mate";
@@ -649,7 +647,7 @@ const char* artists[] = {
};
// widget for mate-about window
-MateAboutDialog* mate_about_dialog = FALSE;
+GtkAboutDialog* mate_about_dialog = FALSE;
GtkApplication* mate_about_application;