]> git.lyx.org Git - features.git/blobdiff - src/frontends/guiapi.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / guiapi.h
index b34910b47230d2ac51a65b019b8964b69026e9a5..a6d2fd067d53c5620ee31f89ca0fccc3b191e623 100644 (file)
@@ -6,14 +6,14 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef GUIAPI_H
 #define GUIAPI_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class Dialogs;
 
@@ -29,7 +29,6 @@ void gui_ShowPrint(Dialogs &);
 void gui_ShowSearch(Dialogs &);
 void gui_ShowSendto(Dialogs &);
 void gui_ShowSpellchecker(Dialogs &);
-void gui_ShowTexinfo(Dialogs &);
 
 } // extern "C"