aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 8831522..480d637 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,13 +22,13 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.98 2003/10/05 02:31:23 rathnor Exp $ 25// $Id: Window.hh,v 1.99 2003/10/06 06:22:43 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
29 29
30#include "FbMenu.hh"
30#include "Timer.hh" 31#include "Timer.hh"
31#include "Menu.hh"
32#include "Subject.hh" 32#include "Subject.hh"
33#include "EventHandler.hh" 33#include "EventHandler.hh"
34#include "XLayerItem.hh" 34#include "XLayerItem.hh"
@@ -419,7 +419,7 @@ private:
419 Display *display; /// display connection 419 Display *display; /// display connection
420 BlackboxAttributes m_blackbox_attrib; 420 BlackboxAttributes m_blackbox_attrib;
421 421
422 FbTk::Menu m_windowmenu; 422 FbMenu m_windowmenu;
423 423
424 timeval m_last_focus_time; 424 timeval m_last_focus_time;
425 425