author | cniehaus <cniehaus> | 2003-05-02 12:24:59 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-05-02 12:24:59 (UTC) |
commit | 6ba2bb2dde0c69ffeba860a9375bab82521e9304 (patch) (unidiff) | |
tree | e24a0a5c9bd411a99133dde4417502c9abdad3f0 | |
parent | 1837f8be61831812b5ab08b110c0c6e6b86d3a97 (diff) | |
download | opie-6ba2bb2dde0c69ffeba860a9375bab82521e9304.zip opie-6ba2bb2dde0c69ffeba860a9375bab82521e9304.tar.gz opie-6ba2bb2dde0c69ffeba860a9375bab82521e9304.tar.bz2 |
remove debug + now he reads the file the user told him
-rw-r--r-- | noncore/apps/odict/dingwidget.cpp | 15 |
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 ) | |||
41 | { | 41 | { |
42 | qDebug( "MUSS ich wirklich aufgerufen werder? schreit loadDict" ); | ||
43 | qDebug( "Starte mit dem loadedDict(...)" ); | ||
44 | dictName = name; | 42 | dictName = name; |
45 | qDebug( "bin in loadedDict() und lade das Dict:" ); | ||
46 | qDebug( dictName ); | ||
47 | QString opie_dir = getenv("OPIEDIR"); | 43 | QString opie_dir = getenv("OPIEDIR"); |
48 | QFile file( opie_dir+"/noncore/apps/odict/eng_ita.dic" ); | 44 | |
49 | //FIXME:this should of course be not hardcoded ;) | 45 | Config cfg( "odict" ); |
46 | cfg.setGroup( "Method_" + methodname ); | ||
47 | QFile file( cfg.readEntry( "file" ) ); | ||
50 | 48 | ||
@@ -59,3 +57,2 @@ void DingWidget::loadDict( QString name ) | |||
59 | } | 57 | } |
60 | qDebug( "loadedDict(...) ist beended" ); | ||
61 | loadValues(); | 58 | loadValues(); |
@@ -65,4 +62,2 @@ QString DingWidget::loadedDict() | |||
65 | { | 62 | { |
66 | qDebug( dictName ); | ||
67 | qDebug( "^ ^ ^ ^ ^ ^ ^ war der dictName" ); | ||
68 | return dictName; | 63 | return dictName; |
@@ -101,4 +96,2 @@ BroswerContent DingWidget::setText( QString word ) | |||
101 | queryword = word; | 96 | queryword = word; |
102 | qDebug( queryword ); | ||
103 | qDebug( "^ ^ ^ ^ ^ ^ ^ war das gesuchte Word"); | ||
104 | return parseInfo(); | 97 | return parseInfo(); |