From 067166880b657925d95ddd688099e56b1463fba8 Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 24 Jan 2003 04:16:17 +0000 Subject: I dont know why we were defaulting to fixed... *shudders*.. but we default to smallsmooth now. --- (limited to 'inputmethods') 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 @@ -53,7 +53,7 @@ Keyboard::Keyboard(QWidget* parent, const char* _name, WFlags f) : // get the default font Config *config = new Config( "qpe" ); config->setGroup( "Appearance" ); - QString familyStr = config->readEntry( "FontFamily", "fixed" ); + QString familyStr = config->readEntry( "FontFamily", "smallsmooth" ); delete config; config = new Config("multikey"); -- cgit v0.9.0.2