summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/session.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/session.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/session.h b/noncore/apps/opie-console/session.h
index 64c2cdb..04bf257 100644
--- a/noncore/apps/opie-console/session.h
+++ b/noncore/apps/opie-console/session.h
@@ -38,13 +38,13 @@ public:
/**
* return the layer
*/
IOLayer* layer();
- EmulationLayer* emulationLayer();
+// EmulationLayer* emulationLayer();
WidgetLayer* emulationWidget();
/*
* connects the data flow from
* the IOLayer to the EmulationLayer
*/
@@ -54,21 +54,21 @@ public:
* disconnect the dataflow
* this will be done for ft
*/
void disconnect();
void setWidgetStack( QWidgetStack* widget );
- void setEmulationLayer( EmulationLayer* lay );
- void setEmulationWidget( WidgetLayer* lay );
+// void setEmulationLayer( EmulationLayer* lay );
+// void setEmulationWidget( WidgetLayer* lay );
void setIOLayer( IOLayer* );
void setName( const QString& );
private:
QString m_name;
QWidgetStack* m_widget;
IOLayer* m_layer;
- EmulationLayer* m_emLay;
- WidgetLayer* m_widLay;
+// EmulationLayer* m_emLay;
+// WidgetLayer* m_widLay;
};
#endif