summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/dingwidget.cpp15
1 files changed, 4 insertions, 11 deletions
diff --git a/noncore/apps/odict/dingwidget.cpp b/noncore/apps/odict/dingwidget.cpp
index 4be6e71..5c4b13b 100644
--- a/noncore/apps/odict/dingwidget.cpp
+++ b/noncore/apps/odict/dingwidget.cpp
@@ -41,10 +41,8 @@ void DingWidget::loadDict( QString name )
{
- qDebug( "MUSS ich wirklich aufgerufen werder? schreit loadDict" );
- qDebug( "Starte mit dem loadedDict(...)" );
dictName = name;
- qDebug( "bin in loadedDict() und lade das Dict:" );
- qDebug( dictName );
QString opie_dir = getenv("OPIEDIR");
- QFile file( opie_dir+"/noncore/apps/odict/eng_ita.dic" );
- //FIXME:this should of course be not hardcoded ;)
+
+ Config cfg( "odict" );
+ cfg.setGroup( "Method_" + methodname );
+ QFile file( cfg.readEntry( "file" ) );
@@ -59,3 +57,2 @@ void DingWidget::loadDict( QString name )
}
- qDebug( "loadedDict(...) ist beended" );
loadValues();
@@ -65,4 +62,2 @@ QString DingWidget::loadedDict()
{
- qDebug( dictName );
- qDebug( "^ ^ ^ ^ ^ ^ ^ war der dictName" );
return dictName;
@@ -101,4 +96,2 @@ BroswerContent DingWidget::setText( QString word )
queryword = word;
- qDebug( queryword );
- qDebug( "^ ^ ^ ^ ^ ^ ^ war das gesuchte Word");
return parseInfo();