diff options
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 86261e36..f2edaeeb 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -70,7 +70,8 @@ #include <kparts/browseropenorsavequestion.h> // Qt Includes -#include <QtGui/QTextDocument> +#include <QTextDocument> +#include <QFileInfo> // Returns true if the scheme and domain of the two urls match... |