aboutsummaryrefslogtreecommitdiff
path: root/src/AttentionNoticeHandler.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-28 06:22:38 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-28 06:22:38 (GMT)
commit0ec165e85b313588d43dbdc2450da9838c4c528f (patch)
treeaee798a6f8f108908e3e6932bef11b8eb564aa2a /src/AttentionNoticeHandler.cc
parent32eb2a148ea7a257a058658af36e9f8c801a524a (diff)
downloadfluxbox-0ec165e85b313588d43dbdc2450da9838c4c528f.zip
fluxbox-0ec165e85b313588d43dbdc2450da9838c4c528f.tar.bz2
move STLUtil to FbTk
Diffstat (limited to 'src/AttentionNoticeHandler.cc')
-rw-r--r--src/AttentionNoticeHandler.cc4
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
52AttentionNoticeHandler::~AttentionNoticeHandler() { 52AttentionNoticeHandler::~AttentionNoticeHandler() {
53 STLUtil::destroyAndClearSecond(m_attentions); 53 FbTk::STLUtil::destroyAndClearSecond(m_attentions);
54} 54}
55 55
56void AttentionNoticeHandler::addAttention(Focusable &client) { 56void AttentionNoticeHandler::addAttention(Focusable &client) {