summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/default.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/default.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/default.h b/noncore/apps/opie-console/default.h
index 03616f3..288f370 100644
--- a/noncore/apps/opie-console/default.h
+++ b/noncore/apps/opie-console/default.h
@@ -13,26 +13,26 @@ extern "C" {
13 ReceiveLayer* newSZReceive(IOLayer*); 13 ReceiveLayer* newSZReceive(IOLayer*);
14 ReceiveLayer* newSYReceive(IOLayer*); 14 ReceiveLayer* newSYReceive(IOLayer*);
15 ReceiveLayer* newSXReceive(IOLayer*); 15 ReceiveLayer* newSXReceive(IOLayer*);
16 16
17 IOLayer* newSerialLayer(const Profile&); 17 IOLayer* newSerialLayer(const Profile&);
18 IOLayer* newBTLayer(const Profile& ); 18 IOLayer* newBTLayer(const Profile& );
19 IOLayer* newIrDaLayer(const Profile& ); 19 IOLayer* newIrDaLayer(const Profile& );
20 20
21 ProfileDialogWidget* newSerialWidget(const QString&, QWidget* ); 21 ProfileDialogWidget* newSerialWidget(const QString&, QWidget* );
22 ProfileDialogWidget* newIrDaWidget (const QString&, QWidget* ); 22 ProfileDialogWidget* newIrDaWidget (const QString&, QWidget* );
23 ProfileDialogWidget* newBTWidget (const QString&, QWidget* ); 23 ProfileDialogWidget* newBTWidget (const QString&, QWidget* );
24 24
25 ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); 25// ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* );
26 26
27 EmulationLayer* newVT102( WidgetLayer* ); 27// EmulationLayer* newVT102( WidgetLayer* );
28}; 28};
29 29
30class MetaFactory; 30class MetaFactory;
31struct Default { 31struct Default {
32public: 32public:
33 Default(MetaFactory* ); 33 Default(MetaFactory* );
34 ~Default(); 34 ~Default();
35}; 35};
36 36
37 37
38#endif 38#endif