summaryrefslogtreecommitdiffstats
path: root/korundum
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:29:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:29:32 -0600
commit8d7027ce9506c909253e88496b410e54c3973082 (patch)
tree7174da6d8b5297f1a658ab6d2dac0501c8944f74 /korundum
parent53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff)
downloadtdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz
tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip
Additional kde to tde renaming
Diffstat (limited to 'korundum')
-rw-r--r--korundum/bin/krubyinit.cpp2
-rw-r--r--korundum/rubylib/rbkconfig_compiler/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/korundum/bin/krubyinit.cpp b/korundum/bin/krubyinit.cpp
index bbd7c806..7ed0b0a4 100644
--- a/korundum/bin/krubyinit.cpp
+++ b/korundum/bin/krubyinit.cpp
@@ -1,7 +1,7 @@
#include <ruby.h>
/***************************************************************************
- krubyinit - makes use of kdeinit_wrapper possible for ruby programs
+ krubyinit - makes use of tdeinit_wrapper possible for ruby programs
-------------------
begin : Wed Jan 7 2004
copyright : (C) 2004 by Alexander Kellett
diff --git a/korundum/rubylib/rbkconfig_compiler/Makefile.am b/korundum/rubylib/rbkconfig_compiler/Makefile.am
index 670ca429..7f38dbcb 100644
--- a/korundum/rubylib/rbkconfig_compiler/Makefile.am
+++ b/korundum/rubylib/rbkconfig_compiler/Makefile.am
@@ -8,11 +8,11 @@ RBUIC=rbuic
exampleprefs_base.rb: $(srcdir)/example.kcfg rbkconfig_compiler $(srcdir)/exampleprefs_base.kcfgc
./rbkconfig_compiler $(srcdir)/example.kcfg $(srcdir)/exampleprefs_base.kcfgc
-AM_CPPFLAGS = -I$(top_srcdir)/kdecore -I$(top_srcdir) $(all_includes)
+AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
bin_PROGRAMS = rbkconfig_compiler
-rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
rbkconfig_compiler_LDADD = $(LIB_KDECORE)
rbkconfig_compiler_SOURCES = rbkconfig_compiler.cpp