summaryrefslogtreecommitdiffstats
path: root/DesktopEffects
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:25:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:25:15 -0600
commitede755ba02014557d89b61f7d877acb0f7c486c9 (patch)
treeeebaed4bd77eecdd6b696cc6e9abb0b928fe0d77 /DesktopEffects
parent0ba407111e3bd59da218344f6721d4c886a3e6b5 (diff)
downloaddesktop-effects-tde-ede755ba02014557d89b61f7d877acb0f7c486c9.tar.gz
desktop-effects-tde-ede755ba02014557d89b61f7d877acb0f7c486c9.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'DesktopEffects')
-rw-r--r--DesktopEffects/DesktopEffectsDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DesktopEffects/DesktopEffectsDialog.py b/DesktopEffects/DesktopEffectsDialog.py
index 49f8e46..aeff061 100644
--- a/DesktopEffects/DesktopEffectsDialog.py
+++ b/DesktopEffects/DesktopEffectsDialog.py
@@ -10,7 +10,7 @@
import sys
from qt import *
-from tdecore import KCmdLineArgs, TDEApplication
+from tdecore import TDECmdLineArgs, TDEApplication
from tdeui import *
@@ -2767,7 +2767,7 @@ if __name__ == "__main__":
description = ""
version = ""
- KCmdLineArgs.init (sys.argv, appname, description, version)
+ TDECmdLineArgs.init (sys.argv, appname, description, version)
a = TDEApplication ()
QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()"))