aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-06-11 11:00:45 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-16 23:49:23 (GMT)
commiteb0eef14134ee667c60f75f53de4e24950f3c117 (patch)
tree58b35842e1f84666373478bca3386be037a7a019 /src/ClockTool.hh
parent3b7c1a3c220b7ccec0dee7804d36dabfe81449c4 (diff)
downloadfluxbox_pavel-eb0eef14134ee667c60f75f53de4e24950f3c117.zip
fluxbox_pavel-eb0eef14134ee667c60f75f53de4e24950f3c117.tar.bz2
Simplify FbTk::Resource template class
by outsourcing the conversion from string/lua to the specific type (and back) to a separate class. This change touches a lot of files because the interface of FbTk::Resource changed slightly. However, the changes are minor.
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh
index 4f89b36..80dde97 100644
--- a/src/ClockTool.hh
+++ b/src/ClockTool.hh
@@ -79,7 +79,7 @@ private:
79 Pixmap m_pixmap; 79 Pixmap m_pixmap;
80 FbTk::Timer m_timer; 80 FbTk::Timer m_timer;
81 81
82 FbTk::Resource<std::string> m_timeformat; 82 FbTk::StringResource m_timeformat;
83 83
84 FbTk::StringConvertor m_stringconvertor; 84 FbTk::StringConvertor m_stringconvertor;
85 85