]> 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 6f1f9870bf47f1156cbf17ad657ce94d4023386a..a019221e11fb23aee8879cd510b11a8392895aa0 100644 (file)
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-/// Extract shortcut from "<ident>|<shortcut>" string
-char const * scex(char const *);
+#include "LString.h"
 
-/// Extract ident from "<ident>|<shortcut>" string
-char const * idex(char const *);
+/// Extract shortcut from "<identifer>|<shortcut>" string
+string const scex(string const &);
+
+/// Extract identifier from "<identifer>|<shortcut>" string
+string const idex(string const &);
 
 #endif // FORMS_GETTEXT_H