From a1dc980408b413b3596c22d4631d18e4c348ab98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:00:30 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- ksayit/Freeverb_plugin/freeverbsetupimpl.h | 2 +- ksayit/KTTSD_Lib/kttsdlibsetupimpl.cpp | 6 +++--- ksayit/src/doctreeviewimpl.cpp | 2 +- ksayit/src/effectstack.h | 2 +- ksayit/src/fxpluginhandler.h | 2 +- ksayit/src/fxsetupimpl.h | 2 +- ksayit/src/ksayit.cpp | 6 +++--- ksayit/src/ksayit.h | 2 +- ksayit/src/voicesetupdlg.h | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) (limited to 'ksayit') diff --git a/ksayit/Freeverb_plugin/freeverbsetupimpl.h b/ksayit/Freeverb_plugin/freeverbsetupimpl.h index 2112af0..6e2eab3 100644 --- a/ksayit/Freeverb_plugin/freeverbsetupimpl.h +++ b/ksayit/Freeverb_plugin/freeverbsetupimpl.h @@ -22,7 +22,7 @@ #include // KDE includes -#include +#include // App specific includes #include diff --git a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.cpp b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.cpp index b0bc36c..c176d78 100644 --- a/ksayit/KTTSD_Lib/kttsdlibsetupimpl.cpp +++ b/ksayit/KTTSD_Lib/kttsdlibsetupimpl.cpp @@ -42,8 +42,8 @@ void KTTSDlibSetupImpl::slotLaunchControlcenter() FILE *fp; char cmdresult[20]; - // if ( (fp = popen("kcmshell --list | grep kcmkttsmgr", "r")) != NULL){ - if ( (fp = popen("kcmshell --list | grep kcmkttsd", "r")) != NULL){ + // if ( (fp = popen("tdecmshell --list | grep kcmkttsmgr", "r")) != NULL){ + if ( (fp = popen("tdecmshell --list | grep kcmkttsd", "r")) != NULL){ fgets(cmdresult, 18, fp); pclose(fp); } @@ -57,7 +57,7 @@ void KTTSDlibSetupImpl::slotLaunchControlcenter() TDEProcess *kcmproc = new TDEProcess(); connect(kcmproc, TQT_SIGNAL(processExited(TDEProcess*)), this, TQT_SLOT(slotKCMProcessExited(TDEProcess*)) ); - (*kcmproc) << "kcmshell"; + (*kcmproc) << "tdecmshell"; (*kcmproc) << "kcmkttsd"; kcmproc->start(TDEProcess::NotifyOnExit); diff --git a/ksayit/src/doctreeviewimpl.cpp b/ksayit/src/doctreeviewimpl.cpp index 34e5f64..57e5d8b 100644 --- a/ksayit/src/doctreeviewimpl.cpp +++ b/ksayit/src/doctreeviewimpl.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include diff --git a/ksayit/src/effectstack.h b/ksayit/src/effectstack.h index 0a2f959..e32356d 100644 --- a/ksayit/src/effectstack.h +++ b/ksayit/src/effectstack.h @@ -14,7 +14,7 @@ // KDE includes #include -#include +#include #include #include diff --git a/ksayit/src/fxpluginhandler.h b/ksayit/src/fxpluginhandler.h index 1ee84e7..92db2da 100644 --- a/ksayit/src/fxpluginhandler.h +++ b/ksayit/src/fxpluginhandler.h @@ -21,7 +21,7 @@ // #include // KDE includes -#include +#include #include #include diff --git a/ksayit/src/fxsetupimpl.h b/ksayit/src/fxsetupimpl.h index e062877..422368e 100644 --- a/ksayit/src/fxsetupimpl.h +++ b/ksayit/src/fxsetupimpl.h @@ -24,7 +24,7 @@ // KDE includes -#include +#include // App specific includes #include "fx_setup.h" diff --git a/ksayit/src/ksayit.cpp b/ksayit/src/ksayit.cpp index 101bd86..e2e931d 100644 --- a/ksayit/src/ksayit.cpp +++ b/ksayit/src/ksayit.cpp @@ -29,11 +29,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include @@ -290,7 +290,7 @@ void KSayItApp::slotChangeBookmarkFilename(const TQString &newname) if ( newbkFile.isNull() ) return; - // copy old bookmarkfile to new file + // copy old bookmartdefile to new file if ( m_currentBookmarkFile != newbkFile ){ if ( TQFile::exists(m_currentBookmarkFile) ){ TQString command = TQString("cp %1 %2").arg(m_currentBookmarkFile).arg(newbkFile); diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index dd27641..d1150bf 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -310,7 +310,7 @@ private: // Methods void setActions(int actions); /** - * Returns the absolute pathname of the given bookmarkfile. + * Returns the absolute pathname of the given bookmartdefile. * This is the first KDE resource directory \p (share/apps) in which * the user has write permissions. The relative path is * \p ksayit/ksayit_bookmarks/. diff --git a/ksayit/src/voicesetupdlg.h b/ksayit/src/voicesetupdlg.h index 01d171c..f2ddc38 100644 --- a/ksayit/src/voicesetupdlg.h +++ b/ksayit/src/voicesetupdlg.h @@ -23,7 +23,7 @@ // KDE includes #include -#include +#include // forward declaration class FXPluginHandler; -- cgit v1.2.3