From a7fed733255d72bfca9ed0962c5ea190e0f6200b Mon Sep 17 00:00:00 2001 From: hash Date: Thu, 15 Aug 2002 11:31:32 +0000 Subject: fixed that thing --- (limited to 'inputmethods/multikey') diff --git a/inputmethods/multikey/configdlg.cpp b/inputmethods/multikey/configdlg.cpp index 6ec8d0e..f23bf1c 100644 --- a/inputmethods/multikey/configdlg.cpp +++ b/inputmethods/multikey/configdlg.cpp @@ -47,13 +47,13 @@ ConfigDlg::ConfigDlg () : QTabWidget () map_combo->insertItem(cur); connect(map_combo, SIGNAL(activated(int)), SLOT(setMap(int))); - QString ko(tr("/opt/opie/share/multikey/ko.keymap")); + QString ko(tr(QPEApplication::qpeDir() + "/share/multikey/ko.keymap")); map_combo->insertItem(ko); - QString en(tr("/opt/opie/share/multikey/en.keymap")); + QString en(tr(QPEApplication::qpeDir() + "/share/multikey/en.keymap")); map_combo->insertItem(en); - QString de(tr("/opt/opie/share/multikey/de.keymap")); + QString de(tr(QPEApplication::qpeDir() + "/share/multikey/de.keymap")); map_combo->insertItem(de); QPushButton *button = new QPushButton(tr("Browse..."), map_group); -- cgit v0.9.0.2