qt5
Last change
on this file since 07ae23a was
07ae23a,
checked in by timkoma <timkoma@…>, 13 years ago
|
refactoring of the TABS
|
-
Property mode set to
100644
|
File size:
445 bytes
|
Line | |
---|
1 | /* |
---|
2 | * roomstabcontainer.h |
---|
3 | * |
---|
4 | * Created on: Jan 27, 2010 |
---|
5 | * Author: maemo |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef ROOMSTABCONTAINER_H_ |
---|
9 | #define ROOMSTABCONTAINER_H_ |
---|
10 | |
---|
11 | #include "tabcontainer.h" |
---|
12 | |
---|
13 | class RoomsTabContainer: public TabContainer |
---|
14 | { |
---|
15 | Q_OBJECT |
---|
16 | public: |
---|
17 | RoomsTabContainer( QWidget *aParent ); |
---|
18 | virtual ~RoomsTabContainer() {} |
---|
19 | |
---|
20 | protected: |
---|
21 | virtual void loadEvents( const QDate &aDate, const int aConferenceId ); |
---|
22 | |
---|
23 | }; |
---|
24 | |
---|
25 | #endif /* ROOMSTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.