X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fkeymapsettings.cpp;h=787b0543cd1600d632072e75c26c8012c317eabb;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=f0f41b3ec9cb40429280c582ad7c6957c6b66fee;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp b/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp index f0f41b3..787b054 100644 --- a/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp +++ b/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp @@ -35,6 +35,8 @@ #include #include +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -78,7 +80,7 @@ bool KeyMapSettings::set_key(const char *path, guint key, Gdk::ModifierType mod, } } -bool KeyMapSettings::get_key(const char *path, AccelKey *key) +bool KeyMapSettings::get_key(const char *path, Gtk::AccelKey *key) { GtkAccelKey ac; if(gtk_accel_map_lookup_entry(path,&ac))