summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
authorhash <hash>2002-10-18 20:21:01 (UTC)
committer hash <hash>2002-10-18 20:21:01 (UTC)
commit179f39a0210314ffa5a31e85f6185df16498d4ac (patch) (side-by-side diff)
tree6f7856b0b136d22ad14d8521986ec36e92c56da7 /noncore/apps/opie-console/mainwindow.cpp
parentbb98ac35db9807efbcc1b59dd8abbdb05ad7656b (diff)
downloadopie-179f39a0210314ffa5a31e85f6185df16498d4ac.zip
opie-179f39a0210314ffa5a31e85f6185df16498d4ac.tar.gz
opie-179f39a0210314ffa5a31e85f6185df16498d4ac.tar.bz2
i'll fix that icon later, but for now here are some better default values
for the keyboard.
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index 5900785..0c89620 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -152,25 +152,25 @@ void MainWindow::initUI() {
m_saveScript = new QAction(tr("Save Script"), QString::null, 0, this, 0);
m_saveScript->addTo(m_scripts);
connect(m_saveScript, SIGNAL(activated()), this, SLOT(slotSaveScript()));
m_runScript = new QAction(tr("Run Script"), QString::null, 0, this, 0);
m_runScript->addTo(m_scripts);
connect(m_runScript, SIGNAL(activated()), this, SLOT(slotRunScript()));
/*
* action that open/closes the keyboard
*/
m_openKeys = new QAction (tr("Open Keyboard..."),
- Resource::loadPixmap( "down" ),
+ Resource::loadPixmap( "console/keyboard_icon.png" ),
QString::null, 0, this, 0);
m_openKeys->setToggleAction(true);
connect (m_openKeys, SIGNAL(toggled(bool)),
this, SLOT(slotOpenKeb(bool)));
m_openKeys->addTo(m_icons);
/*
* action that open/closes the keyboard
*/