From 35fcb62ddd4861f857d93941407e3d87d444b2cc Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Wed, 6 Nov 2002 13:51:23 +0000 Subject: added style class, moved util and config to otk --- otk/screeninfo.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/screeninfo.cc') diff --git a/otk/screeninfo.cc b/otk/screeninfo.cc index c1c0c2ac..e0a3ca9d 100644 --- a/otk/screeninfo.cc +++ b/otk/screeninfo.cc @@ -11,7 +11,7 @@ extern "C" { #include "screeninfo.hh" #include "display.hh" -#include "src/util.hh" +#include "util.hh" using std::string; @@ -79,7 +79,7 @@ ScreenInfo::ScreenInfo(unsigned int num) { default_string.resize(pos); display_string = string("DISPLAY=") + default_string + '.' + - ob::itostring(static_cast(screen_number)); + otk::itostring(static_cast(screen_number)); #ifdef XINERAMA xinerama_active = False; -- cgit v1.2.3