diff --git a/kded/kded.cpp b/kded/kded.cpp index 7eed8932..1a59fb94 100644 --- a/kded/kded.cpp +++ b/kded/kded.cpp @@ -68,11 +68,7 @@ static bool bCheckUpdates = true; static bool bCheckHostname = true; QT_BEGIN_NAMESPACE -#ifdef Q_DBUS_EXPORT extern Q_DBUS_EXPORT void qDBusAddSpyHook(void (*)(const QDBusMessage&)); -#else -extern QDBUS_EXPORT void qDBusAddSpyHook(void (*)(const QDBusMessage&)); -#endif QT_END_NAMESPACE static bool runBuildSycoca()