summaryrefslogtreecommitdiffstats
path: root/userconfig/userconfig.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:09:21 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:09:21 -0600
commite450ab4852c9bc6c3273efb8691b1b129e885df3 (patch)
treed090e9d802c728e33a45f1c6dbb214e6c3edd6a7 /userconfig/userconfig.py
parent2a081fc8bfcf498b558c5c5434069572f6245b8e (diff)
downloadtde-guidance-e450ab4852c9bc6c3273efb8691b1b129e885df3.tar.gz
tde-guidance-e450ab4852c9bc6c3273efb8691b1b129e885df3.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'userconfig/userconfig.py')
-rwxr-xr-xuserconfig/userconfig.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/userconfig/userconfig.py b/userconfig/userconfig.py
index b32e367..56809be 100755
--- a/userconfig/userconfig.py
+++ b/userconfig/userconfig.py
@@ -1371,8 +1371,8 @@ class UserDeleteDialog(KDialog):
toplayout.setStretchFactor(contentbox,1)
label = QLabel(contentbox)
- label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", KIcon.NoGroup, KIcon.SizeMedium,
- KIcon.DefaultState, None, True))
+ label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", TDEIcon.NoGroup, TDEIcon.SizeMedium,
+ TDEIcon.DefaultState, None, True))
contentbox.setStretchFactor(label,0)
textbox = QVBox(contentbox)
@@ -1460,8 +1460,8 @@ class OverwriteHomeDirectoryDialog(KDialog):
toplayout.setStretchFactor(contentbox,1)
label = QLabel(contentbox)
- label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", KIcon.NoGroup, KIcon.SizeMedium,
- KIcon.DefaultState, None, True))
+ label.setPixmap(TDEGlobal.iconLoader().loadIcon("messagebox_warning", TDEIcon.NoGroup, TDEIcon.SizeMedium,
+ TDEIcon.DefaultState, None, True))
contentbox.setStretchFactor(label,0)
textbox = QVBox(contentbox)