From 434257fad7fe9d5697ed17245671ce470ab15b14 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sun, 29 Dec 2002 19:47:28 +0000 Subject: read in config, write config --- (limited to 'noncore/apps/odict/odict.h') 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 QAction *setting_a, *setting_b; void setupMenus(); + + int errorTol; + bool casesens, completewords, regexp; + + void loadConfig(); + void saveConfig(); private slots: void slotDisplayAbout(); -- cgit v0.9.0.2