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) (unidiff)
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
@@ -161,7 +161,7 @@ void MainWindow::initUI() {
161 * action that open/closes the keyboard 161 * action that open/closes the keyboard
162 */ 162 */
163 m_openKeys = new QAction (tr("Open Keyboard..."), 163 m_openKeys = new QAction (tr("Open Keyboard..."),
164 Resource::loadPixmap( "down" ), 164 Resource::loadPixmap( "console/keyboard_icon.png" ),
165 QString::null, 0, this, 0); 165 QString::null, 0, this, 0);
166 166
167 m_openKeys->setToggleAction(true); 167 m_openKeys->setToggleAction(true);