diff options
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index c2ff2f5..9f347d4 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -276,7 +276,7 @@ your user interface files as though they were normal Python files. <programlisting> #!/usr/bin/env python -from kdeui import * +from tdeui import * import kdedesigner # This module lets us import .ui file directly. from MyWindow import * # Loads MyWindow.ui |