Small fix to make promoe compile with g++-4.3 and Qt-4.4

This commit is contained in:
Thomas Frauendorfer 2008-05-09 17:26:39 +02:00
parent 60c17af114
commit 5c2b669285

View file

@ -19,9 +19,9 @@
class XClient;
#include <QObject>
#include <QUrl>
class QStringList;
class QString;
class QUrl;
class XCollection : public QObject
{