summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/odict.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/odict.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/apps/odict/odict.h b/noncore/apps/odict/odict.h
index 7c1f32f..5096c5e 100644
--- a/noncore/apps/odict/odict.h
+++ b/noncore/apps/odict/odict.h
@@ -43,21 +43,24 @@ class ODict : public QMainWindow
43 QVBoxLayout *vbox_layout; 43 QVBoxLayout *vbox_layout;
44 44
45 QAction *setting_a, *setting_b; 45 QAction *setting_a, *setting_b;
46 46
47 //DingWidget *ding; 47 DingWidget *ding;
48 48
49 void setupMenus(); 49 void setupMenus();
50 50
51 int errorTol; 51 int errorTol;
52 bool casesens, completewords, regexp; 52 bool casesens, completewords, regexp;
53 53
54 void loadConfig(); 54 void loadConfig();
55 void saveConfig(); 55 void saveConfig();
56
57 QString activated_name;
56 58
57 private slots: 59 private slots:
58 void slotDisplayAbout(); 60 void slotDisplayAbout();
59 void slotStartQuery(); 61 void slotStartQuery();
60 void slotSetErrorcount( int ); 62 void slotSetErrorcount( int );
61 void slotSettings(); 63 void slotSettings();
62 void slotSetParameter( int ); 64 void slotSetParameter( int );
65 void slotMethodChanged( int );
63}; 66};