Changeset af22cb3699c0c5afb2342ffbb14a020eae121290
- Timestamp:
- 01/06/07 23:30:52 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 1329257ed0e566bc7546909cc4d4365b8e0b53fa
- Children:
- a0556f08b71176e71fc9fcd8b212532c8752b3e7
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:30:52Z+0000
- Message:
-
[project @ Use the new include path of libobby]
Original author: Philipp Kern <phil@…>
Date: 2005-04-14 15:43:55+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6b10e01
|
raf22cb3
|
|
| 41 | 41 | |
| 42 | 42 | #include <glibmm/ustring.h> |
| 43 | | #include <libobby/client_buffer.hpp> |
| 44 | | #include <libobby/host_buffer.hpp> |
| | 43 | #include <obby/client_buffer.hpp> |
| | 44 | #include <obby/host_buffer.hpp> |
| 45 | 45 | |
| 46 | 46 | #ifdef WIN32 |
-
|
rbfb82f7
|
raf22cb3
|
|
| 24 | 24 | #include <gtkmm/button.h> |
| 25 | 25 | #include <gtkmm/image.h> |
| 26 | | #include <libobby/user.hpp> |
| 27 | | #include <libobby/document.hpp> |
| | 26 | #include <obby/user.hpp> |
| | 27 | #include <obby/document.hpp> |
| 28 | 28 | #include "historyentry.hpp" |
| 29 | 29 | #include "logview.hpp" |
-
|
rbfb82f7
|
raf22cb3
|
|
| 22 | 22 | #include <gtkmm/scrolledwindow.h> |
| 23 | 23 | #include <gtkmm/textview.h> |
| 24 | | #include <libobby/document.hpp> |
| | 24 | #include <obby/document.hpp> |
| 25 | 25 | |
| 26 | 26 | namespace Gobby |
-
|
r81f826c
|
raf22cb3
|
|
| 21 | 21 | |
| 22 | 22 | #include <gtkmm/notebook.h> |
| 23 | | #include <libobby/user.hpp> |
| 24 | | #include <libobby/document.hpp> |
| | 23 | #include <obby/user.hpp> |
| | 24 | #include <obby/document.hpp> |
| 25 | 25 | |
| 26 | 26 | namespace Gobby |
-
|
rbfb82f7
|
raf22cb3
|
|
| 24 | 24 | #include <gtkmm/menubar.h> |
| 25 | 25 | #include <gtkmm/toolbar.h> |
| 26 | | #include <libobby/user.hpp> |
| 27 | | #include <libobby/document.hpp> |
| | 26 | #include <obby/user.hpp> |
| | 27 | #include <obby/document.hpp> |
| 28 | 28 | |
| 29 | 29 | namespace Gobby |
-
|
rbfb82f7
|
raf22cb3
|
|
| 23 | 23 | #include <gtkmm/treeview.h> |
| 24 | 24 | #include <gtkmm/liststore.h> |
| 25 | | #include <libobby/user.hpp> |
| 26 | | #include <libobby/document.hpp> |
| | 25 | #include <obby/user.hpp> |
| | 26 | #include <obby/document.hpp> |
| 27 | 27 | |
| 28 | 28 | namespace Gobby |
-
|
rbfb82f7
|
raf22cb3
|
|
| 23 | 23 | #include <gtkmm/paned.h> |
| 24 | 24 | #include <gtkmm/frame.h> |
| 25 | | #include <libobby/buffer.hpp> |
| | 25 | #include <obby/buffer.hpp> |
| 26 | 26 | #include "config.hpp" |
| 27 | 27 | #include "header.hpp" |
-
|
r3e3c8e1
|
raf22cb3
|
|
| 18 | 18 | |
| 19 | 19 | #include <cassert> |
| 20 | | #include <libobby/client_user_table.hpp> |
| 21 | | #include <libobby/host_user_table.hpp> |
| | 20 | #include <obby/client_user_table.hpp> |
| | 21 | #include <obby/host_user_table.hpp> |
| 22 | 22 | #include "buffer_wrapper.hpp" |
| 23 | 23 | |
-
|
r640675c
|
raf22cb3
|
|
| 23 | 23 | #include <gtkmm/filechooserdialog.h> |
| 24 | 24 | #include <gtkmm/stock.h> |
| 25 | | #include <libobby/client_buffer.hpp> |
| 26 | | #include <libobby/host_buffer.hpp> |
| | 25 | #include <obby/client_buffer.hpp> |
| | 26 | #include <obby/host_buffer.hpp> |
| 27 | 27 | #include "buffer_wrapper.hpp" |
| 28 | 28 | #include "document.hpp" |