From 2c5e8939ba073a42c032f5a9660ed0dd4580bf88 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 14 Oct 2002 17:46:45 +0000 Subject: The new old TerminalWidget I'm anything but happy about it --- (limited to 'noncore/apps/opie-console/session.h') 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 @@ -41,7 +41,7 @@ public: */ IOLayer* layer(); - EmulationLayer* emulationLayer(); +// EmulationLayer* emulationLayer(); WidgetLayer* emulationWidget(); /* @@ -57,8 +57,8 @@ public: 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& ); @@ -66,8 +66,8 @@ private: QString m_name; QWidgetStack* m_widget; IOLayer* m_layer; - EmulationLayer* m_emLay; - WidgetLayer* m_widLay; +// EmulationLayer* m_emLay; +// WidgetLayer* m_widLay; }; -- cgit v0.9.0.2