summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbtdeconfig_compiler
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:12 -0600
commit67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d (patch)
tree07b85c0ecb70077c87f3b52207393a92c180f413 /korundum/rubylib/rbtdeconfig_compiler
parentae2858133ebe92da16e5aab05f0b138de7cf514c (diff)
downloadtdebindings-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-xkorundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl6
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;