summaryrefslogtreecommitdiffstats
path: root/examples/uiqxembed.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uiqxembed.py')
-rw-r--r--examples/uiqxembed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uiqxembed.py b/examples/uiqxembed.py
index bbeae5a..9778e1e 100644
--- a/examples/uiqxembed.py
+++ b/examples/uiqxembed.py
@@ -11,7 +11,7 @@ from tdecore import KWin, KWinModule
from tdeui import KComboBox, TDEMainWindow, KPushButton, QXEmbed
-## add the missing items to the pyuic-generated module
+## add the missing items to the pytquic-generated module
import qxembedexample
qxembedexample.KComboBox = KComboBox
qxembedexample.KPushButton = KPushButton
@@ -43,7 +43,7 @@ def getWindow(pid):
class ExampleForm(QXEmbedExample):
- """ wraps the pyuic generated form class with our behavior
+ """ wraps the pyqtuic generated form class with our behavior
"""
def __init__(self, parent):