From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- doc/examples.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/examples.html') diff --git a/doc/examples.html b/doc/examples.html index 33d3b3c..8a02747 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -23,7 +23,7 @@ PyKDE includes a number of examples or "templates" that you can use as framework building your own apps or experimenting with PyKDE. The templates are executable programs which usually construct an application with a main window, and in some cases with menus, toolbar and status bar, but have no other functionality. You can use these -to get a quick start on creating a program, for exploring PyKDE, or for testing various +to get a tquick start on creating a program, for exploring PyKDE, or for testing various ideas using PyKDE.

@@ -89,7 +89,7 @@ pyKHTMLPart.py demonstrates importing KHTMLPart as a KPart.

-The program is hard-coded to display the KDE website's main page, and requires +The program is hard-coded to display the KDE website's main page, and retquires an active internet connection to do the display (it will be blank if no internet connection is active).

-- cgit v1.2.1