diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
commit | 19eb738f838bf214c9178a4f02464056137b0fa5 (patch) | |
tree | d73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/clicktoflash.h | |
parent | rekonq 0.9.56 (diff) | |
download | rekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/clicktoflash.h')
-rw-r--r-- | src/clicktoflash.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/clicktoflash.h b/src/clicktoflash.h index d7648204..fcafea59 100644 --- a/src/clicktoflash.h +++ b/src/clicktoflash.h @@ -33,8 +33,8 @@ #include "rekonq_defines.h" // Qt Includes -#include <QtCore/QUrl> -#include <QtGui/QWidget> +#include <QUrl> +#include <QWidget> // Forward Declarations class QWebElement; @@ -63,4 +63,3 @@ private: }; #endif // CLICKTOFLASH_H - |