summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h
authorulf69 <ulf69>2004-10-16 01:02:53 (UTC)
committer ulf69 <ulf69>2004-10-16 01:02:53 (UTC)
commit9c82c0ed220d9efe16ea383e65f760f01492787d (patch) (side-by-side diff)
tree2aedddfad3e72de7c2c92ff216d7df2cc83fe258 /pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h
parent1821dcc08c8f6f2bc0fdb991c335ed03262d1443 (diff)
downloadkdepimpi-9c82c0ed220d9efe16ea383e65f760f01492787d.zip
kdepimpi-9c82c0ed220d9efe16ea383e65f760f01492787d.tar.gz
kdepimpi-9c82c0ed220d9efe16ea383e65f760f01492787d.tar.bz2
added configsettings for crypt ans hash algo
Diffstat (limited to 'pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h b/pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h
index 1c7f5bf..0fad6af 100644
--- a/pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h
+++ b/pwmanager/pwmanager/kcmconfigs/pwmconfigwidget.h
@@ -30,6 +30,8 @@
class PWMPrefs;
class KURLRequester;
+class QComboBox;
+
class PWMConfigWidget : public KPrefsWidget
{
@@ -51,7 +53,11 @@ class PWMConfigWidget : public KPrefsWidget
KURLRequester* autostartLineEdit;
QLineEdit* browserLineEdit;
QLineEdit* xtermLineEdit;
-
+ QComboBox* kcfg_compression;
+ QComboBox* kcfg_cryptAlgo;
+ QComboBox* kcfg_hashAlgo;
+
+
private:
int getFilePermissions();
void setFilePermissions(int perm);