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, 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
@@ -5,2 +5,4 @@
5 5
6class Widget;
7
6extern "C" { 8extern "C" {
@@ -19,2 +21,4 @@ extern "C" {
19 ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); 21 ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* );
22
23 EmulationLayer* newVT102( Widget* );
20}; 24};