summaryrefslogtreecommitdiff
path: root/otk/image.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-03 10:38:14 +0000
committerDana Jansens <danakj@orodu.net>2002-11-03 10:38:14 +0000
commit37e56007680a6664967e0e71ac52981654def6a6 (patch)
treef33f89d6cef571f04d4a210db41265ed1076fcb2 /otk/image.hh
parentfa8cefef63feb1d559c40db3cf9407e5bd1ac4df (diff)
move Rect and PointerAssassin into the toolkit
Diffstat (limited to 'otk/image.hh')
-rw-r--r--otk/image.hh6
1 files changed, 3 insertions, 3 deletions
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 <list>
-#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;