diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:56 -0600 |
commit | 473aa7b12a41fb8c3765e6f8821ab09870eae007 (patch) | |
tree | 375baf84a40cd8a9976cba039db204062ea663e6 /smoke/qt | |
parent | 9e7608eef5bc6d209610bf4509cf6a655c054ec8 (diff) | |
download | tdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.tar.gz tdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'smoke/qt')
-rw-r--r-- | smoke/qt/generate.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/qt/generate.pl.in b/smoke/qt/generate.pl.in index b2f511b4..26517ac1 100644 --- a/smoke/qt/generate.pl.in +++ b/smoke/qt/generate.pl.in @@ -80,7 +80,7 @@ my %excludes = ( 'qwindowsxpstyle.h' => 1 # play on the safe side ); -# Some systems have a QTDIR = KDEDIR = PREFIX +# Some systems have a QTDIR = TDEDIR = PREFIX # We need a complete list my %includes; |