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 /korundum/rubylib/rbtdeconfig_compiler | |
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 'korundum/rubylib/rbtdeconfig_compiler')
-rwxr-xr-x | korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl b/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl index 26b12bad..8d066b81 100755 --- a/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl +++ b/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl @@ -24,12 +24,12 @@ if ( system( $cmd ) != 0 ) { exit 1; } -chectdefile( $file_h ); -chectdefile( $file_cpp ); +checkfile( $file_h ); +checkfile( $file_cpp ); exit 0; -sub chectdefile() +sub checkfile() { my $file = shift; |