summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.h
Side-by-side diff
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, 4 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/default.h b/noncore/apps/opie-console/default.h
index ed78986..b9af898 100644
--- a/noncore/apps/opie-console/default.h
+++ b/noncore/apps/opie-console/default.h
@@ -4,4 +4,6 @@
#include "metafactory.h"
+class Widget;
+
extern "C" {
FileTransferLayer* newSZTransfer(IOLayer*);
@@ -18,4 +20,6 @@ extern "C" {
ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* );
+
+ EmulationLayer* newVT102( Widget* );
};