diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:22:38 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 06:22:38 (GMT) |
commit | 0ec165e85b313588d43dbdc2450da9838c4c528f (patch) | |
tree | aee798a6f8f108908e3e6932bef11b8eb564aa2a /src/AttentionNoticeHandler.cc | |
parent | 32eb2a148ea7a257a058658af36e9f8c801a524a (diff) | |
download | fluxbox_pavel-0ec165e85b313588d43dbdc2450da9838c4c528f.zip fluxbox_pavel-0ec165e85b313588d43dbdc2450da9838c4c528f.tar.bz2 |
move STLUtil to FbTk
Diffstat (limited to 'src/AttentionNoticeHandler.cc')
-rw-r--r-- | src/AttentionNoticeHandler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AttentionNoticeHandler.cc b/src/AttentionNoticeHandler.cc index 3f28695..a28c7fb 100644 --- a/src/AttentionNoticeHandler.cc +++ b/src/AttentionNoticeHandler.cc | |||
@@ -25,8 +25,8 @@ | |||
25 | 25 | ||
26 | #include "Window.hh" | 26 | #include "Window.hh" |
27 | #include "Screen.hh" | 27 | #include "Screen.hh" |
28 | #include "STLUtil.hh" | ||
29 | 28 | ||
29 | #include "FbTk/STLUtil.hh" | ||
30 | #include "FbTk/Subject.hh" | 30 | #include "FbTk/Subject.hh" |
31 | #include "FbTk/Timer.hh" | 31 | #include "FbTk/Timer.hh" |
32 | #include "FbTk/Resource.hh" | 32 | #include "FbTk/Resource.hh" |
@@ -50,7 +50,7 @@ private: | |||
50 | 50 | ||
51 | 51 | ||
52 | AttentionNoticeHandler::~AttentionNoticeHandler() { | 52 | AttentionNoticeHandler::~AttentionNoticeHandler() { |
53 | STLUtil::destroyAndClearSecond(m_attentions); | 53 | FbTk::STLUtil::destroyAndClearSecond(m_attentions); |
54 | } | 54 | } |
55 | 55 | ||
56 | void AttentionNoticeHandler::addAttention(Focusable &client) { | 56 | void AttentionNoticeHandler::addAttention(Focusable &client) { |