diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-24 15:45:12 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-24 15:45:12 +0200 | 
| commit | c63850514e1a19269077364f71c2ace59c4df506 (patch) | |
| tree | fcc344581d3d28f58493b41bc382a99893a86c2c /src/settings/appearancewidget.h | |
| parent | rekonq 0.4.71 (diff) | |
| download | rekonq-c63850514e1a19269077364f71c2ace59c4df506.tar.xz | |
Fixing lost settings
Now the "fixed font" KFontRequester should show just fixed fonts..
Diffstat (limited to 'src/settings/appearancewidget.h')
| -rw-r--r-- | src/settings/appearancewidget.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/settings/appearancewidget.h b/src/settings/appearancewidget.h index 0e400031..5c7ddc6d 100644 --- a/src/settings/appearancewidget.h +++ b/src/settings/appearancewidget.h @@ -28,6 +28,9 @@  #define APPEARANCE_WIDGET_H +// Rekonq Includes +#include "rekonq_defines.h" +  // Ui Includes  #include "ui_settings_appearance.h" | 
