diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:20:12 -0600 |
commit | 67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d (patch) | |
tree | 07b85c0ecb70077c87f3b52207393a92c180f413 /kjsembed/tools | |
parent | ae2858133ebe92da16e5aab05f0b138de7cf514c (diff) | |
download | tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.tar.gz tdebindings-67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/tools')
-rwxr-xr-x | kjsembed/tools/create_bindings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tools/create_bindings.sh b/kjsembed/tools/create_bindings.sh index 51ba061c..2371efcd 100755 --- a/kjsembed/tools/create_bindings.sh +++ b/kjsembed/tools/create_bindings.sh @@ -12,7 +12,7 @@ doxygen bind_class TQComboBox qcombobox bind_class Qt qnamespace -bind_class TDEPopupTitle kpopupmenu +bind_class TDEPopupTitle tdepopupmenu #bind_class TQDir qdir #bind_class TQListViewItem qlistview |