diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:12:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:12:50 -0600 |
commit | 886e33053835feb8d41744c18c48ff76c86677c9 (patch) | |
tree | 009694b21ddf0334e209f8225d2783d44927c0bd /configure.py | |
parent | e3ae6c31d659c3599c6b260d29c70db6b7302917 (diff) | |
download | pytde-886e33053835feb8d41744c18c48ff76c86677c9.tar.gz pytde-886e33053835feb8d41744c18c48ff76c86677c9.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'configure.py')
-rw-r--r-- | configure.py | 2 |
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 |