Fix non-android compile!

This commit is contained in:
craig.p.drummond
2012-06-22 15:55:46 +00:00
committed by craig.p.drummond
parent a99649cee3
commit bf59f2eaff
4 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include "settings.h"
#include "messagebox.h"
#include "localize.h"
#include "icon.h"
#include <QtGui/QIcon>
#include <QtGui/QToolButton>
#ifdef ENABLE_KDE_SUPPORT

View File

@@ -26,6 +26,7 @@
#include "dynamicrulesdialog.h"
#include "mainwindow.h"
#include "localize.h"
#include "icon.h"
#include <QtGui/QIcon>
#include <QtGui/QToolButton>
#ifdef ENABLE_KDE_SUPPORT

View File

@@ -45,6 +45,7 @@
#include "network.h"
#include "mainwindow.h"
#include "settings.h"
#include "icon.h"
#ifdef ENABLE_KDE_SUPPORT
#define WEBVIEW_BASE KWebView

View File

@@ -75,7 +75,7 @@ public:
Q_UNUSED(icon)
#else
QLabel *icn=new QLabel(this);
icn->setPixmap(icon.pixmap(size, size))
icn->setPixmap(icon.pixmap(size, size));
titleLayout->addWidget(icn);
#endif
layout->addLayout(titleLayout);