From c9f36d34a414123cec8ebc35c87b8b9d5673b155 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Nov 2002 09:13:46 +0000 Subject: finish conversion to the new otk::OBProperty class with its new interface --- src/bbwindow.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bbwindow.hh') diff --git a/src/bbwindow.hh b/src/bbwindow.hh index 628728e1..ff92d5cc 100644 --- a/src/bbwindow.hh +++ b/src/bbwindow.hh @@ -13,6 +13,7 @@ extern "C" { #include #include "otk/timer.hh" +#include "otk/property.hh" #include "blackbox.hh" #include "util.hh" @@ -104,7 +105,7 @@ public: private: Blackbox *blackbox; BScreen *screen; - OBAtom *xatom; + otk::OBProperty *xatom; otk::OBTimer *timer; BlackboxAttributes blackbox_attrib; -- cgit v1.2.3