summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
Diffstat (limited to 'otk')
-rw-r--r--otk/image.hh2
-rw-r--r--otk/imagecontrol.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/otk/image.hh b/otk/image.hh
index eedd6512..ac5794b5 100644
--- a/otk/image.hh
+++ b/otk/image.hh
@@ -116,7 +116,7 @@ public:
private:
bool dither;
const ScreenInfo *screeninfo;
- ob::BTimer *timer;
+ ob::OBTimer *timer;
Colormap colormap;
diff --git a/otk/imagecontrol.cc b/otk/imagecontrol.cc
index 062c959d..7120f1cf 100644
--- a/otk/imagecontrol.cc
+++ b/otk/imagecontrol.cc
@@ -58,7 +58,7 @@ BImageControl::BImageControl(const ScreenInfo *scrn,
timer->setTimeout(cache_timeout);
timer->start();*/
} else {
- timer = (ob::BTimer *) 0;
+ timer = (ob::OBTimer *) 0;
}
colors = (XColor *) 0;