diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-24 02:02:25 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-24 11:29:23 +0100 |
commit | 5cb207d1e190efc5ebe8d202bde35ad48c1e9212 (patch) | |
tree | f79fd5152f8f9b4d6de3e55a78f2d4b04de489cf /src/mainwindow.h | |
parent | Fixed setting fonts UI (diff) | |
download | rekonq-5cb207d1e190efc5ebe8d202bde35ad48c1e9212.tar.xz |
Some fixes on font dim. Updating data still doesn't work..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index e2212535..ee07707d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -68,6 +68,7 @@ private: public slots: void slotHome(); void loadUrl(const KUrl &url); + void slotUpdateBrowser(); private slots: void slotUpdateConf(); |