diff --git a/src/configuredialog/configureappearancepage.cpp b/src/configuredialog/configureappearancepage.cpp index 086fa35ab..954b4dc51 100644 --- a/src/configuredialog/configureappearancepage.cpp +++ b/src/configuredialog/configureappearancepage.cpp @@ -149,9 +149,6 @@ static const struct { { "ImportantMessageFont", I18N_NOOP("Message List - Important Messages"), false, false }, { "TodoMessageFont", I18N_NOOP("Message List - Action Item Messages"), false, false }, { "folder-font", I18N_NOOP("Folder List"), true, false }, - { "quote1-font", I18N_NOOP("Quoted Text - First Level"), false, false }, - { "quote2-font", I18N_NOOP("Quoted Text - Second Level"), false, false }, - { "quote3-font", I18N_NOOP("Quoted Text - Third Level"), false, false }, { "fixed-font", I18N_NOOP("Fixed Width Font"), true, true }, { "composer-font", I18N_NOOP("Composer"), true, false }, { "print-font", I18N_NOOP("Printing Output"), true, false }, diff --git a/src/configuredialog/configureappearancepage.h b/src/configuredialog/configureappearancepage.h index c06972e9a..b8028fc41 100644 --- a/src/configuredialog/configureappearancepage.h +++ b/src/configuredialog/configureappearancepage.h @@ -84,7 +84,7 @@ private: KFontChooser *mFontChooser; int mActiveFontIndex; - QFont mFont[12]; + QFont mFont[9]; }; class AppearancePageColorsTab : public ConfigModuleTab