summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index 3acbfad..c48116d 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -56,2 +56,3 @@ MainWindow::MainWindow(QWidget *parent, const char *name, WFlags) : QMainWindow(
void MainWindow::initUI() {
+
setToolBarsMovable( FALSE );
@@ -122,2 +123,3 @@ void MainWindow::initUI() {
+
m_quickLaunch = new QAction( tr("QuickLaunch"), Resource::loadPixmap("console/konsole_mini"), QString::null, 0, this, 0 );
@@ -127,2 +129,4 @@ void MainWindow::initUI() {
+ QWhatsThis::add( m_icons, tr( "The shell button launches the \"default\" profile. If there is none default values are taken" ) );
+
m_transfer = new QAction( tr("Transfer file..."), Resource::loadPixmap("pass") , QString::null,
@@ -237,3 +241,3 @@ void MainWindow::initUI() {
newCon->addTo( m_icons );
- m_setProfiles->addTo( m_icons );
+ //m_setProfiles->addTo( m_icons );
paste->addTo( m_icons );
@@ -264,2 +268,3 @@ void MainWindow::initUI() {
+ slotQuickLaunch();
}