From 68c175bf64155c578223561d9c3a1ad38d9424f8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 18:13:27 -0600 Subject: Rename KHTML and kiobuffer --- nsplugins/nspluginloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsplugins/nspluginloader.cpp') diff --git a/nsplugins/nspluginloader.cpp b/nsplugins/nspluginloader.cpp index 87191a5d7..5ef7d83dd 100644 --- a/nsplugins/nspluginloader.cpp +++ b/nsplugins/nspluginloader.cpp @@ -75,7 +75,7 @@ void NSPluginInstance::init(const TQCString& app, const TQCString& obj) _button = 0L; // Protection against repeated NPSetWindow() - Flash v9,0,115,0 doesn't handle // repeated NPSetWindow() calls properly, which happens when NSPluginInstance is first - // shown and then resized. Which is what happens with KHTML. Therefore use 'shown' + // shown and then resized. Which is what happens with TDEHTML. Therefore use 'shown' // to detect whether the widget is shown and drop all resize events before that, // and use 'resize_count' to wait for that one more resize to come (plus a timer // for a possible timeout). Only then flash is actually initialized ('inited' is true). -- cgit v1.2.3