diff options
Diffstat (limited to 'examples/uimodules/uiwidgets.py')
-rw-r--r-- | examples/uimodules/uiwidgets.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uimodules/uiwidgets.py b/examples/uimodules/uiwidgets.py index 6eb2592..35e6a34 100644 --- a/examples/uimodules/uiwidgets.py +++ b/examples/uimodules/uiwidgets.py @@ -3,7 +3,7 @@ import time, sys from qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\ TQWidget, TQTimer -from tdecore import KApplication +from tdecore import TDEApplication from tdeui import KEdit, KComboBox, KColorCombo, KEditListBox, KListBox, KLineEdit, KRestrictedLine,\ KSqueezedTextLabel, KFontChooser, KButtonBox, KColorButton, KColorCells,\ KColorPatch, KDualColorButton,\ @@ -118,7 +118,7 @@ class Page1: grp.show () self.page.show () - kapp = KApplication.kApplication () + kapp = TDEApplication.kApplication () kapp.processEvents () y = y + 195 |