diff options
author | Slávek Banko <[email protected]> | 2023-01-08 11:55:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-23 00:52:28 +0100 |
commit | cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch) | |
tree | 277dba53239d6367cf2946458757600caf6e82a5 /examples/uimodules | |
parent | 79ced6fbbdda1158aef437760ee0455fb9a9016d (diff) | |
download | pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.tar.gz pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.zip |
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples/uimodules')
-rw-r--r-- | examples/uimodules/uidialogs.py | 2 | ||||
-rw-r--r-- | examples/uimodules/uimenus.py | 2 | ||||
-rw-r--r-- | examples/uimodules/uimisc.py | 2 | ||||
-rw-r--r-- | examples/uimodules/uiwidgets.py | 2 | ||||
-rw-r--r-- | examples/uimodules/uixml.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/uimodules/uidialogs.py b/examples/uimodules/uidialogs.py index 697deb8..1c8e2b4 100644 --- a/examples/uimodules/uidialogs.py +++ b/examples/uimodules/uidialogs.py @@ -1,4 +1,4 @@ -from PyTQt.qt import TQVBox, TQLabel, TQLineEdit, TQString, TQPixmap, TQPushButton, TQColor, SIGNAL, TQButtonGroup,\ +from PyTQt.tqt import TQVBox, TQLabel, TQLineEdit, TQString, TQPixmap, TQPushButton, TQColor, SIGNAL, TQButtonGroup,\ TQRadioButton, TQt, TQWidget from tdecore import TDEAccel, i18n diff --git a/examples/uimodules/uimenus.py b/examples/uimodules/uimenus.py index 025663a..e44dc58 100644 --- a/examples/uimodules/uimenus.py +++ b/examples/uimodules/uimenus.py @@ -1,6 +1,6 @@ import os -from PyTQt.qt import TQLabel +from PyTQt.tqt import TQLabel from tdecore import TDEApplication diff --git a/examples/uimodules/uimisc.py b/examples/uimodules/uimisc.py index 4536092..26129d1 100644 --- a/examples/uimodules/uimisc.py +++ b/examples/uimodules/uimisc.py @@ -1,6 +1,6 @@ import os, time -from PyTQt.qt import TQImage, TQLabel, TQPixmap, TQPushButton, SIGNAL, TQColor, TQValidator +from PyTQt.tqt import TQImage, TQLabel, TQPixmap, TQPushButton, SIGNAL, TQColor, TQValidator from tdeui import KMessageBox, KDateValidator, KFloatValidator, KIntValidator, KLineEdit, KLed diff --git a/examples/uimodules/uiwidgets.py b/examples/uimodules/uiwidgets.py index 106a559..1d7992f 100644 --- a/examples/uimodules/uiwidgets.py +++ b/examples/uimodules/uiwidgets.py @@ -1,6 +1,6 @@ import time, sys -from PyTQt.qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, \ +from PyTQt.tqt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, \ TQt, TQString, TQChar, TQWidget, TQTimer from tdecore import TDEApplication diff --git a/examples/uimodules/uixml.py b/examples/uimodules/uixml.py index fd3ca21..0c7578e 100644 --- a/examples/uimodules/uixml.py +++ b/examples/uimodules/uixml.py @@ -1,6 +1,6 @@ import os -from PyTQt.qt import TQLabel +from PyTQt.tqt import TQLabel from tdecore import TDEApplication |