CComponentsWindow: use members as protected

Sub classes need these members.


Origin commit data
------------------
Commit: d750b8e27b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-07 (Sat, 07 Sep 2013)
This commit is contained in:
2013-09-07 00:33:30 +02:00
parent 6eb89959c5
commit 6b70158fa7

View File

@@ -209,7 +209,7 @@ items like text, labels, pictures ...
class CComponentsWindow : public CComponentsForm
{
private:
protected:
///object: header object, to get access to header properties see also getHeaderObject()
CComponentsHeader * ccw_head;
///object: body object, this is the container for all needed items, to add with addWindowItem()
@@ -231,8 +231,6 @@ class CComponentsWindow : public CComponentsForm
void initFooter();
///initialze all window objects at once
void initCCWItems();
protected:
///initialize all attributes
void initVarWindow();