From ef02a0c8ae65f169157c90064a335303e964a4c1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 05:54:40 +0000 Subject: almost done the ustring conversion --- src/screen.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/screen.hh') diff --git a/src/screen.hh b/src/screen.hh index 8904c2a7..c3af7b6c 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -19,6 +19,7 @@ extern "C" { #include "otk/screeninfo.hh" #include "otk/eventhandler.hh" #include "otk/property.hh" +#include "otk/ustring.hh" #include #include @@ -191,7 +192,7 @@ public: @param name The name to set for the desktop If the index is too large, it is simply ignored. */ - void setDesktopName(long i, const std::string &name); + void setDesktopName(long i, const otk::ustring &name); virtual void propertyHandler(const XPropertyEvent &e); virtual void clientMessageHandler(const XClientMessageEvent &e); -- cgit v1.2.3