diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-01 12:10:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-01 12:10:53 +0100 |
commit | ea94738bf6c59ce254a6f177e978814019c856a4 (patch) | |
tree | b79c4c22114ee1bbc3133bfa56ec8ef7146ddccf /src/mainwindow.h | |
parent | Removed unuseful headers (diff) | |
download | rekonq-ea94738bf6c59ce254a6f177e978814019c856a4.tar.xz |
Fixing Font Troubles. Try 1..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a1f4464b..4864f347 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -46,7 +46,6 @@ class WebView; * It handles the menus, toolbars, and status bars. * */ - class MainWindow : public KXmlGuiWindow { Q_OBJECT @@ -82,10 +81,6 @@ private slots: void slotOpenPrevious(); void slotOpenNext(); -/* void slotShowWindow(); - void slotSwapFocus();*/ - - // File Menu slots void slotFileNew(); void slotFileOpen(); |