summaryrefslogtreecommitdiffstats
path: root/kjsembed/customobject_imp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/customobject_imp.cpp')
-rw-r--r--kjsembed/customobject_imp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/customobject_imp.cpp b/kjsembed/customobject_imp.cpp
index 74f58c2f..04b20c68 100644
--- a/kjsembed/customobject_imp.cpp
+++ b/kjsembed/customobject_imp.cpp
@@ -1163,7 +1163,7 @@ return KJS::Null();
KJS::Value CustomObjectImp::ksystemtrayLoadIcon( KJS::ExecState *exec, KJS::Object&, const KJS::List &args )
{
#ifndef QT_ONLY
- // TODO: Support the 2 arg form of KSystemTray::loadIcon() when we support KInstance args
+ // TODO: Support the 2 arg form of KSystemTray::loadIcon() when we support TDEInstance args
if ( args.size() != 1 )
return KJS::Value();