diff options
Diffstat (limited to 'kjsembed/customobject_imp.cpp')
-rw-r--r-- | kjsembed/customobject_imp.cpp | 2 |
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(); |