diff options
author | fluxgen <fluxgen> | 2003-08-19 16:15:32 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-19 16:15:32 (GMT) |
commit | 3006ba49e41538bcc0c4afe958875c59a34550a9 (patch) | |
tree | 71ceaafcbd5e15bf594b3603e8448e3e8f650049 /src/Window.hh | |
parent | 3dc7ab05994208549917e57323ba60194b2ec420 (diff) | |
download | fluxbox_lack-3006ba49e41538bcc0c4afe958875c59a34550a9.zip fluxbox_lack-3006ba49e41538bcc0c4afe958875c59a34550a9.tar.bz2 |
moved textbutton to fbtk
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 8 |
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 @@ | |||
44 | class WinClient; | 44 | class WinClient; |
45 | class FbWinFrameTheme; | 45 | class FbWinFrameTheme; |
46 | class BScreen; | 46 | class BScreen; |
47 | |||
48 | class TextButton; | ||
49 | class FbWinFrame; | 47 | class FbWinFrame; |
48 | |||
50 | namespace FbTk { | 49 | namespace FbTk { |
50 | class TextButton; | ||
51 | class MenuTheme; | 51 | class MenuTheme; |
52 | class ImageControl; | 52 | class ImageControl; |
53 | class XLayer; | 53 | class 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 |