summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/default.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/default.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/default.cpp b/noncore/apps/opie-console/default.cpp
index dd9681d..ce5c870 100644
--- a/noncore/apps/opie-console/default.cpp
+++ b/noncore/apps/opie-console/default.cpp
@@ -64,7 +64,7 @@ extern "C" {
// Terminal Widget(s)
- ProfileDialogWidget* newTerminalWidget(const QString& na, QWidget* wid) {
+/* ProfileDialogWidget* newTerminalWidget(const QString& na, QWidget* wid) {
return new TerminalWidget(na, wid,0 );
}
-
- // VT Emulations
+*/
+/* // VT Emulations
EmulationLayer* newVT102( WidgetLayer* wid ) {
@@ -72,3 +72,3 @@ extern "C" {
}
-
+*/
};
@@ -93,5 +93,5 @@ Default::Default( MetaFactory* fact ) {
- fact->addTerminalWidgetFactory( "default", QObject::tr("Default Terminal"), newTerminalWidget );
+// fact->addTerminalWidgetFactory( "default", QObject::tr("Default Terminal"), newTerminalWidget );
- fact->addEmulationLayer( "default", QObject::tr("Default Terminal"), newVT102 );
+// fact->addEmulationLayer( "default", QObject::tr("Default Terminal"), newVT102 );
}