diff options
Diffstat (limited to 'DesktopEffects/DesktopEffectsKDE.py')
-rwxr-xr-x | DesktopEffects/DesktopEffectsKDE.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DesktopEffects/DesktopEffectsKDE.py b/DesktopEffects/DesktopEffectsKDE.py index 1a42fb3..20d2a53 100755 --- a/DesktopEffects/DesktopEffectsKDE.py +++ b/DesktopEffects/DesktopEffectsKDE.py @@ -20,7 +20,7 @@ import sys import os from optparse import OptionParser -from qt import * +from python_tqt.qt import * from tdeui import * from tdecore import * # for adept batch launching @@ -65,9 +65,9 @@ class DesktopEffectsKDE(DesktopEffectsDialog, DesktopEffectsCommon): self.action = 0 # set the screenshot pictures - self.noEffectsImage.setPixmap(QPixmap("./data/noeffects.png")) - self.standardEffectsImage.setPixmap(QPixmap("./data/standardeffects.png")) - self.extraEffectsImage.setPixmap(QPixmap("./data/extraeffects.png")) + self.noEffectsImage.setPixmap(TQPixmap("./data/noeffects.png")) + self.standardEffectsImage.setPixmap(TQPixmap("./data/standardeffects.png")) + self.extraEffectsImage.setPixmap(TQPixmap("./data/extraeffects.png")) # set the translations & icons # Apply |