summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:12:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:12:50 -0600
commit886e33053835feb8d41744c18c48ff76c86677c9 (patch)
tree009694b21ddf0334e209f8225d2783d44927c0bd /examples
parente3ae6c31d659c3599c6b260d29c70db6b7302917 (diff)
downloadpytde-886e33053835feb8d41744c18c48ff76c86677c9.tar.gz
pytde-886e33053835feb8d41744c18c48ff76c86677c9.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'examples')
-rw-r--r--examples/pyTDEHTMLPart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pyTDEHTMLPart.py b/examples/pyTDEHTMLPart.py
index e005c9b..bcdb18e 100644
--- a/examples/pyTDEHTMLPart.py
+++ b/examples/pyTDEHTMLPart.py
@@ -204,7 +204,7 @@ else:
# this is our KParts::MainWindow derived class
parts = pyPartsMW (None, "pyParts")
if len(sys.argv) > 1:
- # read kcmdlineargs.h for the full unabridged instructions
+ # read tdecmdlineargs.h for the full unabridged instructions
# on using TDECmdLineArgs, it's pretty confusing at first, but it works
# This is pretty useless in this program - you might want to
# expand this in your app (to load a file, etc)