diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:12:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 13:12:29 -0600 |
commit | a23f1fc1a162ecb85ed44484372faa26141af33a (patch) | |
tree | 2ee1b08fd1fa5e4a094f88d8bcb0d5bd50afa13d /kalyptus/kalyptusCxxToSmoke.pm | |
parent | 24b85b785334e8436c975a4323fcbb75d61f6e72 (diff) | |
download | tdebindings-a23f1fc1a162ecb85ed44484372faa26141af33a.tar.gz tdebindings-a23f1fc1a162ecb85ed44484372faa26141af33a.zip |
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToSmoke.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToSmoke.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm index 5c68d642..fbfc1b9f 100644 --- a/kalyptus/kalyptusCxxToSmoke.pm +++ b/kalyptus/kalyptusCxxToSmoke.pm @@ -401,7 +401,7 @@ sub preParseClass $className eq 'KSharedPixmap' || $className eq 'KLibrary' || $className eq 'KScanDialogFactory' || - $className eq 'KBufferedIO' || + $className eq 'TDEBufferedIO' || $className eq 'KDictSpellingHighlighter' || $className eq 'KPropertiesDialog' || $className eq 'ProgressItem' || |