diff --git a/applets/systemtray/plugin/systemtrayplugin.cpp b/applets/systemtray/plugin/systemtrayplugin.cpp index d5b5fe0e6..2c97056bb 100644 --- a/applets/systemtray/plugin/systemtrayplugin.cpp +++ b/applets/systemtray/plugin/systemtrayplugin.cpp @@ -43,7 +43,6 @@ void SystemTrayPlugin::registerTypes(const char *uri) qmlRegisterUncreatableType(uri, 2, 0, "Task", "You cannot create Task objects."); qmlRegisterUncreatableType(uri, 2, 0, "DBusSystemTrayTask", "You cannot create Task objects."); qmlRegisterUncreatableType(uri, 2, 0, "PlasmoidTask", "You cannot create Task objects."); - qmlRegisterUncreatableType(uri, 2, 0, "Task", "You cannot create Task objects."); qCDebug(SYSTEMTRAY) << "Categorized debug"; }