From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- khtml/Mainpage.dox | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 khtml/Mainpage.dox (limited to 'khtml/Mainpage.dox') diff --git a/khtml/Mainpage.dox b/khtml/Mainpage.dox deleted file mode 100644 index 02ac5c5dd..000000000 --- a/khtml/Mainpage.dox +++ /dev/null @@ -1,46 +0,0 @@ -/** @mainpage Trinity HTML Parser and Widget - -If you want a fully-fledged HTML browser widget in your application, -you can use KHTMLPart to do so. - -@code -KUrl url = "http://www.trinitydesktop.org"; -KHTMLPart *w = new KHTMLPart(); -w->openUrl(url); -w->view()->resize(500, 400); -w->show(); -@endcode - -For more information, see the documentation for KHTMLPart. - -Note that using KHTMLPart may introduce security vulnerabilities -and unnecessary bloat to your application. Qt's text widgets are -rich-text capable, and will interpret a limited subset of HTML. - -@authors -Torben Weis \
-Josip A. Gracin \
-Martin Jones \
-Waldo Bastian \
-Lars Knoll \
-Antti Koivisto \
-Dirk Mueller \
-Peter Kelly \
-George Staikos \
-Allan Sandfeld Jensen \
-Germain Garand \
-Maksim Orlovich \
-KHTML has also heavily benefited from the work of Apple Computer, Inc. -@maintainers -Allan Sandfeld Jensen
-Germain Garand
-Maksim Orlovich - -@licenses -@lgpl - -*/ -// DOXYGEN_REFERENCES = tdecore tdeui kio kparts kjs -// DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test -// DOXYGEN_SET_PROJECT_NAME = KHTML -// vim:ts=4:sw=4:expandtab:filetype=doxygen -- cgit v1.2.1