diff options
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) { |