diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-10 11:53:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-10 11:53:23 +0100 |
commit | 5a176b4641e10e25049a826025c4249fbcb07958 (patch) | |
tree | b6956902edd55d39f1808ded77abd584a1ce9b76 /src/urllineedit.h | |
parent | Ported menubar to KDE (diff) | |
download | rekonq-5a176b4641e10e25049a826025c4249fbcb07958.tar.xz |
1st implementation of new find system
Diffstat (limited to 'src/urllineedit.h')
-rw-r--r-- | src/urllineedit.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/urllineedit.h b/src/urllineedit.h index 726a2b2b..eca0c1f5 100644 --- a/src/urllineedit.h +++ b/src/urllineedit.h @@ -21,9 +21,10 @@ #ifndef URLLINEEDIT_H #define URLLINEEDIT_H -#include <QtCore/QUrl> -#include <QtGui/QWidget> -#include <QtGui/QStyleOptionFrame> +// Qt Includes +#include <QUrl> +#include <QWidget> +#include <QStyleOptionFrame> QT_BEGIN_NAMESPACE class QLineEdit; |