From 67e97e92622b5f6bab7ad6aa2e188bdcf6e4428d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:20:12 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korundum/rubylib/rbtdeconfig_compiler') 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; -- cgit v1.2.1