Add Q_CLASSINFO . KDEDModules have to have one

because they are registered with dbus from kded.

svn path=/trunk/KDE/kdebase/apps/; revision=870665
This commit is contained in:
Michael Jansen 2008-10-13 00:38:18 +00:00
parent b6ebeae0e5
commit 62b53cca02
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@ class KonqyPreloader
: public KDEDModule
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "org.kde.konqueror.Preloader")
public:
KonqyPreloader(QObject* parent, const QList<QVariant>&);
virtual ~KonqyPreloader();

View file

@ -46,6 +46,8 @@ namespace KIO { class Job; }
class FavIconsModule : public KDEDModule
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "org.kde.FavIcon")
public:
FavIconsModule(QObject* parent, const QList<QVariant>&);
virtual ~FavIconsModule();