summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.h
authorzecke <zecke>2002-10-14 17:46:45 (UTC)
committer zecke <zecke>2002-10-14 17:46:45 (UTC)
commit2c5e8939ba073a42c032f5a9660ed0dd4580bf88 (patch) (side-by-side diff)
tree163d660eb057ba0f78c119465d85413d3524ed1b /noncore/apps/opie-console/session.h
parent51e18b363eb37621479a059af58da3040db1be7e (diff)
downloadopie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.zip
opie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.tar.gz
opie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.tar.bz2
The new old TerminalWidget I'm anything but happy about it
Diffstat (limited to 'noncore/apps/opie-console/session.h') (more/less context) (show 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