summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.h
authorcniehaus <cniehaus>2002-12-29 19:47:28 (UTC)
committer cniehaus <cniehaus>2002-12-29 19:47:28 (UTC)
commit434257fad7fe9d5697ed17245671ce470ab15b14 (patch) (unidiff)
tree999c81a34bcdd4f97f2375b4e4cc2264f433392c /noncore/apps/odict/odict.h
parent28ca378c37c5e2d4d478a6ba2ea36bdd0cccb543 (diff)
downloadopie-434257fad7fe9d5697ed17245671ce470ab15b14.zip
opie-434257fad7fe9d5697ed17245671ce470ab15b14.tar.gz
opie-434257fad7fe9d5697ed17245671ce470ab15b14.tar.bz2
read in config, write config
Diffstat (limited to 'noncore/apps/odict/odict.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/odict.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/odict/odict.h b/noncore/apps/odict/odict.h
index 30307c1..014e488 100644
--- a/noncore/apps/odict/odict.h
+++ b/noncore/apps/odict/odict.h
@@ -34,6 +34,12 @@ class ODict : public QMainWindow
34 QAction *setting_a, *setting_b; 34 QAction *setting_a, *setting_b;
35 35
36 void setupMenus(); 36 void setupMenus();
37
38 int errorTol;
39 bool casesens, completewords, regexp;
40
41 void loadConfig();
42 void saveConfig();
37 43
38 private slots: 44 private slots:
39 void slotDisplayAbout(); 45 void slotDisplayAbout();