summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:17:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:17:29 -0600
commit9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8 (patch)
tree84a51a95f768711c288a5d47db27c4eab7ac0937 /examples
parent2d00595867197e5b5563d85e871a59a77a23f70f (diff)
downloadpytde-9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8.tar.gz
pytde-9dea9bbfaa7a09a9bd01bb40750d7a5f5b3600f8.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'examples')
-rw-r--r--examples/xmlmenudemo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlmenudemo.py b/examples/xmlmenudemo.py
index ac469bf..e50f934 100644
--- a/examples/xmlmenudemo.py
+++ b/examples/xmlmenudemo.py
@@ -174,7 +174,7 @@ class MainWin (TDEMainWindow):
# in the rc file
# Just fake some filenames for now
- fakeFiles = ["kaction.sip", "kxmlguiclient.sip"]
+ fakeFiles = ["tdeaction.sip", "kxmlguiclient.sip"]
# Clear the old entries, so we don't end up accumulating entries in the menu
self.unplugActionList("recent");