[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kttsd
From:       José Pablo Ezequiel Fernández <pupeno () kde ! org>
Date:       2003-02-28 21:09:34
[Download RAW message or body]

CVS commit by pupeno: 

(Almost) All references to Proklam removed.


  M +2 -1      kcmkttsd/Makefile.am   1.3
  M +7 -15     kcmkttsd/kcmkttsd.cpp   1.8
  M +5 -5      plugins/Makefile.am   1.2


--- kdenonbeta/kttsd/kcmkttsd/Makefile.am  #1.2:1.3
@@ -1,3 +1,4 @@
-
+# This should force the compilation of kttsd first, wich is what provides libkttsd.la
+COMPILE_FIRST = $(top_srcdir)/kttsd/libkttsd
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 INCLUDES = -I$(top_srcdir)/kttsd/libkttsd $(all_includes)

--- kdenonbeta/kttsd/kcmkttsd/kcmkttsd.cpp  #1.7:1.8
@@ -172,5 +172,5 @@ void KCMKTTSD::load() {
     }
 
-    // Set the group general for the configuration of proklam itself (no plug ins)
+    // Set the group general for the configuration of kttsd itself (no plug ins)
     config->setGroup("General");
 
@@ -243,5 +243,5 @@ void KCMKTTSD::save() {
    }
 
-   // Set the group general for the configuration of proklam itself (no plug ins)
+   // Set the group general for the configuration of kttsd itself (no plug ins)
    config->setGroup("General");
 
@@ -295,5 +295,5 @@ void KCMKTTSD::save() {
       DCOPClient *client = kapp->dcopClient();
       if(client->attach()){
-         if(client->send("proklam", "kspeech", "void exit()", "")){
+         if(client->send("kttsd", "kspeech", "void exit()", "")){
             kdDebug() << "Killing KTTSD worked!" << endl;
          } else {
@@ -305,5 +305,5 @@ void KCMKTTSD::save() {
       kdDebug() << "Starting KTTSD" << endl;
       KProcess *proc = new KProcess;
-      *proc << "proklam";
+      *proc << "kttsd";
       proc->start(KProcess::DontCare);      
    } else {
@@ -383,5 +383,5 @@ QString KCMKTTSD::quickHelp() const{
 const KAboutData* KCMKTTSD::aboutData() const{
    KAboutData *about =
-   new KAboutData(I18N_NOOP("proklam"), I18N_NOOP("KCMKTTSD"),
+   new KAboutData(I18N_NOOP("kttsd"), I18N_NOOP("KCMKTTSD"),
                   0, 0, KAboutData::License_GPL,
                   I18N_NOOP("(c) 2002, Jos�Pablo Ezequiel Fern�dez"));
@@ -592,11 +592,3 @@ void KCMKTTSD::updateDefaultButton(){
    }
 }
-/*
-// To make this work as a library.
-extern "C"{
-   KCModule *create_proklam(QWidget *parent, const char *name){
-      KGlobal::locale()->insertCatalogue("KCMKTTSD");
-      return new KCMKTTSD(parent, name);
-   }
-}
-*/
+

--- kdenonbeta/kttsd/plugins/Makefile.am  #1.1:1.2
@@ -1,15 +1,15 @@
-if include_proklam_festival
+if include_kttsd_festival
   festival_DIR = festival
 endif
 
-#if include_proklam_festivalcs
+#if include_kttsd_festivalcs
 #  festivalcs_DIR = festivalcs
 #endif
 
-#if include_proklam_freetts
+#if include_kttsd_freetts
 #  freetts_DIR = freetts
 #endif
 
-if include_proklam_command
+if include_kttsd_command
   command_DIR = command
 endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic