[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml
From:       Dirk Mueller <mueller () kde ! org>
Date:       2003-01-10 15:33:15
[Download RAW message or body]

CVS commit by mueller: 

avoid the same problem in the future: always enable plugins in 
testkhtml


  M +4 -3      testkhtml.cpp   1.81


--- kdelibs/khtml/testkhtml.cpp  #1.80:1.81
@@ -23,7 +23,7 @@
 #include "khtml_factory.h"
 #undef protected
-#include <css/cssstyleselector.h>
-#include <html/html_imageimpl.h>
-#include <rendering/render_style.h>
+#include "css/cssstyleselector.h"
+#include "html/html_imageimpl.h"
+#include "rendering/render_style.h"
 #include <kmainwindow.h>
 #include <kcmdlineargs.h>
@@ -95,4 +95,5 @@ int main(int argc, char *argv[])
     doc->setJScriptEnabled(true);
     doc->setJavaEnabled(true);
+    doc->setPluginsEnabled( true );
     doc->setURLCursor(QCursor(Qt::PointingHandCursor));
     a.setTopWidget(doc->widget());


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic