diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 21:22:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 21:22:46 +0200 |
commit | bb0be61558032932ca1775a5068a3e331f5be292 (patch) | |
tree | 80796ecc3ad6c38af64872cd09b48088b5ddc27f /src/webpage.cpp | |
parent | Removed unuseful stackedurlbar.cpp file (diff) | |
download | rekonq-bb0be61558032932ca1775a5068a3e331f5be292.tar.xz |
Some stupid fixes on style, spaces and some comments added
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index c81d93da..1968c751 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -65,7 +65,7 @@ #include <QtGui/QClipboard> #include <QtGui/QKeyEvent> -#include <QUiLoader> +#include <QtUiTools/QUiLoader> WebPage::WebPage(QObject *parent) |