diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-14 19:27:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-14 19:27:23 +0100 |
commit | 3b46e82683bbac9f2bfc355dafae7408f72231b0 (patch) | |
tree | bcd5f01ec382a48c74889056a901d9b301892d8d /src/settings.h | |
parent | adjusted rekonq name (diff) | |
download | rekonq-3b46e82683bbac9f2bfc355dafae7408f72231b0.tar.xz |
Some improvements in settings class..
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h index 4c99cd98..39845c63 100644 --- a/src/settings.h +++ b/src/settings.h @@ -53,9 +53,8 @@ private slots: void slotApply(); private: - QFont standardFont; - QFont fixedFont; - QWidget *widget; + QFont m_standardFont; + QFont m_fixedFont; }; #endif // SETTINGS_H |