]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / forms_gettext.h
index f7abf2a6e610ac4d8e2f88fca806e2136c2b79b5..a019221e11fb23aee8879cd510b11a8392895aa0 100644 (file)
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "forms_fwd.h"
+#include "LString.h"
 
-/// Extract shortcut from <ident>|<shortcut> string
-char const * flyx_shortcut_extract(char const * sc);
-/// Shortcut for flyx_shortcut_extract
-#define scex flyx_shortcut_extract
+/// Extract shortcut from "<identifer>|<shortcut>" string
+string const scex(string const &);
 
-/// Extract shortcut from <ident>|<shortcut> string
-char const * flyx_ident_extract(char const * sc);
-/// Shortcut for flyx_ident_extract
-#define idex flyx_ident_extract
+/// Extract identifier from "<identifer>|<shortcut>" string
+string const idex(string const &);
 
 #endif // FORMS_GETTEXT_H