]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
prepare Qt 5.6 builds
[lyx.git] / src / support / userinfo.h
index 4e2042a145cdbe31affb28298263977c1dc80035..6232a2b427496c2a2bb09309bf30696dc54d0173 100644 (file)
@@ -6,22 +6,25 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef USERINFO_H
 #define USERINFO_H
 
-#include "LString.h"
+#include "support/strfwd.h"
+
 
 namespace lyx {
+namespace support {
 
-/// return the current user's real name
-string const user_name();
+/// return the current user's real name or user name
+docstring const user_name();
 
 /// return the current user's e-mail address
-string const user_email();
+docstring const user_email();
 
-}; // namespace lyx
+} // namespace support
+} // namespace lyx
 
 #endif // USERINFO_H