aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-19 16:15:32 (GMT)
committerfluxgen <fluxgen>2003-08-19 16:15:32 (GMT)
commit3006ba49e41538bcc0c4afe958875c59a34550a9 (patch)
tree71ceaafcbd5e15bf594b3603e8448e3e8f650049 /src/Window.hh
parent3dc7ab05994208549917e57323ba60194b2ec420 (diff)
downloadfluxbox-3006ba49e41538bcc0c4afe958875c59a34550a9.zip
fluxbox-3006ba49e41538bcc0c4afe958875c59a34550a9.tar.bz2
moved textbutton to fbtk
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Window.hh b/src/Window.hh
index f65d17c..767b273 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.91 2003/08/11 16:57:11 fluxgen Exp $ 25// $Id: Window.hh,v 1.92 2003/08/19 16:13:25 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -44,10 +44,10 @@
44class WinClient; 44class WinClient;
45class FbWinFrameTheme; 45class FbWinFrameTheme;
46class BScreen; 46class BScreen;
47
48class TextButton;
49class FbWinFrame; 47class FbWinFrame;
48
50namespace FbTk { 49namespace FbTk {
50class TextButton;
51class MenuTheme; 51class MenuTheme;
52class ImageControl; 52class ImageControl;
53class XLayer; 53class XLayer;
@@ -428,7 +428,7 @@ private:
428 428
429 ClientList m_clientlist; 429 ClientList m_clientlist;
430 WinClient *m_client; 430 WinClient *m_client;
431 typedef std::map<WinClient *, TextButton *> Client2ButtonMap; 431 typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap;
432 Client2ButtonMap m_labelbuttons; 432 Client2ButtonMap m_labelbuttons;
433 433
434 // just temporary solution 434 // just temporary solution