summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/terminalwidget.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/terminalwidget.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/terminalwidget.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/terminalwidget.cpp b/noncore/apps/opie-console/terminalwidget.cpp
index 3e3b8a6..907de1b 100644
--- a/noncore/apps/opie-console/terminalwidget.cpp
+++ b/noncore/apps/opie-console/terminalwidget.cpp
@@ -1,10 +1,5 @@
1#include "terminalwidget.h" 1#include "terminalwidget.h"
2 2
3/* OPIE */
4#include <opie2/odebug.h>
5
6using namespace Opie::Core;
7
8/* QT */ 3/* QT */
9#include <qlabel.h> 4#include <qlabel.h>
10#include <qcheckbox.h> 5#include <qcheckbox.h>
@@ -80,7 +75,6 @@ TerminalWidget::TerminalWidget( const QString& name, QWidget* parent,
80 m_lroot->addStretch( 0 ); 75 m_lroot->addStretch( 0 );
81 76
82 // Fill in some options 77 // Fill in some options
83 owarn << "Options for terminal box" << oendl;
84 m_terminalBox->insertItem( tr("VT 100"), 0 ); // /*, id_term_vt100*/ ); 78 m_terminalBox->insertItem( tr("VT 100"), 0 ); // /*, id_term_vt100*/ );
85 m_terminalBox->insertItem( tr("VT 102"), 1 ); // /* , id_term_vt102 */); 79 m_terminalBox->insertItem( tr("VT 102"), 1 ); // /* , id_term_vt102 */);
86 m_terminalBox->insertItem( tr("Linux Console"), 2 ); //, id_term_linux ); 80 m_terminalBox->insertItem( tr("Linux Console"), 2 ); //, id_term_linux );