summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/multikey/keyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/multikey/keyboard.cpp b/inputmethods/multikey/keyboard.cpp
index c22fbb1..bded447 100644
--- a/inputmethods/multikey/keyboard.cpp
+++ b/inputmethods/multikey/keyboard.cpp
@@ -50,13 +50,13 @@ Keyboard::Keyboard(QWidget* parent, const char* _name, WFlags f) :
50 50
51{ 51{
52 52
53 // get the default font 53 // get the default font
54 Config *config = new Config( "qpe" ); 54 Config *config = new Config( "qpe" );
55 config->setGroup( "Appearance" ); 55 config->setGroup( "Appearance" );
56 QString familyStr = config->readEntry( "FontFamily", "fixed" ); 56 QString familyStr = config->readEntry( "FontFamily", "smallsmooth" );
57 delete config; 57 delete config;
58 58
59 config = new Config("multikey"); 59 config = new Config("multikey");
60 config->setGroup ("general"); 60 config->setGroup ("general");
61 usePicks = config->readBoolEntry ("usePickboard", 0); // default closed 61 usePicks = config->readBoolEntry ("usePickboard", 0); // default closed
62 useRepeat = config->readBoolEntry ("useRepeat", 1); 62 useRepeat = config->readBoolEntry ("useRepeat", 1);