diff options
Diffstat (limited to 'src/WorkspaceNameTool.hh')
-rw-r--r-- | src/WorkspaceNameTool.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WorkspaceNameTool.hh b/src/WorkspaceNameTool.hh index 0dc49ac..f7cc4f0 100644 --- a/src/WorkspaceNameTool.hh +++ b/src/WorkspaceNameTool.hh | |||
@@ -20,14 +20,14 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: WorkspaceNameTool.hh,v 1.2 2003/08/13 10:19:57 fluxgen Exp $ | 23 | // $Id: WorkspaceNameTool.hh,v 1.3 2003/08/19 16:15:32 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef WORKSPACENAMETOOL_HH | 25 | #ifndef WORKSPACENAMETOOL_HH |
26 | #define WORKSPACENAMETOOL_HH | 26 | #define WORKSPACENAMETOOL_HH |
27 | 27 | ||
28 | #include "ToolbarItem.hh" | 28 | #include "ToolbarItem.hh" |
29 | #include "TextButton.hh" | ||
30 | 29 | ||
30 | #include "FbTk/TextButton.hh" | ||
31 | #include "FbTk/Observer.hh" | 31 | #include "FbTk/Observer.hh" |
32 | 32 | ||
33 | class BScreen; | 33 | class BScreen; |
@@ -53,7 +53,7 @@ public: | |||
53 | 53 | ||
54 | private: | 54 | private: |
55 | void renderTheme(); | 55 | void renderTheme(); |
56 | TextButton m_button; | 56 | FbTk::TextButton m_button; |
57 | const ToolTheme &m_theme; | 57 | const ToolTheme &m_theme; |
58 | BScreen &m_screen; | 58 | BScreen &m_screen; |
59 | Pixmap m_pixmap; | 59 | Pixmap m_pixmap; |