From 37e56007680a6664967e0e71ac52981654def6a6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 10:38:14 +0000 Subject: move Rect and PointerAssassin into the toolkit --- otk/image.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'otk/image.hh') diff --git a/otk/image.hh b/otk/image.hh index 88165606..eedd6512 100644 --- a/otk/image.hh +++ b/otk/image.hh @@ -9,9 +9,9 @@ extern "C" { #include -#include "timer.hh" #include "color.hh" #include "screeninfo.hh" +#include "src/timer.hh" namespace otk { @@ -66,7 +66,7 @@ public: }; -class BImageControl : public TimeoutHandler { +class BImageControl : public ob::TimeoutHandler { public: struct CachedImage { Pixmap pixmap; @@ -116,7 +116,7 @@ public: private: bool dither; const ScreenInfo *screeninfo; - BTimer *timer; + ob::BTimer *timer; Colormap colormap; -- cgit v1.2.3