diff options
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index ac11a25..200c0bd 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.cc,v 1.3 2003/01/09 18:03:33 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.4 2003/01/09 22:01:30 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -29,7 +29,7 @@ | |||
29 | #include <iostream> | 29 | #include <iostream> |
30 | using namespace std; | 30 | using namespace std; |
31 | 31 | ||
32 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, BImageControl &imgctrl, int screen_num, int x, int y, | 32 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, int screen_num, int x, int y, |
33 | unsigned int width, unsigned int height): | 33 | unsigned int width, unsigned int height): |
34 | m_theme(theme), | 34 | m_theme(theme), |
35 | m_imagectrl(imgctrl), | 35 | m_imagectrl(imgctrl), |
@@ -67,7 +67,7 @@ FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, BImageControl &imgctrl, int scree | |||
67 | init(); | 67 | init(); |
68 | } | 68 | } |
69 | /* | 69 | /* |
70 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, BImageControl &imgctrl, const FbTk::FbWindow &parent, int x, int y, | 70 | FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, const FbTk::FbWindow &parent, int x, int y, |
71 | unsigned int width, unsigned int height): | 71 | unsigned int width, unsigned int height): |
72 | m_theme(theme), | 72 | m_theme(theme), |
73 | m_imagectrl(imgctrl), | 73 | m_imagectrl(imgctrl), |