BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)

This commit is contained in:
Christophe Dumez
2011-02-27 15:41:05 +00:00
parent 313dfd6475
commit c2e5ecaaa0
25 changed files with 82 additions and 20 deletions

View File

@@ -34,12 +34,17 @@
#include <QDialog>
#include "rssdownloadrule.h"
QT_BEGIN_NAMESPACE
namespace Ui {
class AutomatedRssDownloader;
}
QT_END_NAMESPACE
class RssDownloadRuleList;
QT_BEGIN_NAMESPACE
class QListWidgetItem;
QT_END_NAMESPACE
class AutomatedRssDownloader : public QDialog
{