summaryrefslogtreecommitdiffstats
path: root/configure.py
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 /configure.py
parente3ae6c31d659c3599c6b260d29c70db6b7302917 (diff)
downloadpytde-886e33053835feb8d41744c18c48ff76c86677c9.tar.gz
pytde-886e33053835feb8d41744c18c48ff76c86677c9.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index b4053c8..2b63bc5 100644
--- a/configure.py
+++ b/configure.py
@@ -411,7 +411,7 @@ def discoverKDE3 ():
if not opt_kdeincdir:
incSearchPaths = [os.path.join (opt_tdebasedir, "include")]
incSearchPaths.append (os.path.join (opt_tdebasedir, "include", "kde")) # Red Hat
- opt_kdeincdir = search ("kapplication.h", incSearchPaths)
+ opt_kdeincdir = search ("tdeapplication.h", incSearchPaths)
def check_kde_installation():
"""Check the KDE installation and get the version number