diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-11 15:32:59 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:50:37 +0100 |
commit | 9fff1383205279a747c09bf07af84cfa37dd3403 (patch) | |
tree | e028c29af75cb543a3c02a4c3545a6064c8426e6 /src/mainwindow.cpp | |
parent | Moved data dir to src (diff) | |
download | rekonq-9fff1383205279a747c09bf07af84cfa37dd3403.tar.xz |
cleaning home :)
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize
things better
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 43031446..8caa6fbc 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -35,7 +35,7 @@ // Local Includes #include "application.h" -#include "settings.h" +#include "settingsdialog.h" #include "history.h" #include "bookmarks.h" #include "webview.h" |