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/urlpanel.cpp | |
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/urlpanel.cpp')
-rw-r--r-- | src/urlpanel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/urlpanel.cpp b/src/urlpanel.cpp index b4359148..8e0d425f 100644 --- a/src/urlpanel.cpp +++ b/src/urlpanel.cpp @@ -38,9 +38,9 @@ #include <KLocalizedString> // Qt Includes -#include <QtGui/QLabel> -#include <QtGui/QHBoxLayout> -#include <QtGui/QHeaderView> +#include <QLabel> +#include <QHBoxLayout> +#include <QHeaderView> UrlPanel::UrlPanel(const QString &title, QWidget *parent, Qt::WindowFlags flags) |