From 96900aaa4094c012cea79188225fd1e1d43f5ce7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:46:22 -0600 Subject: Additional renaming of kde to tde --- kmouth/icons/Makefile.am | 4 ++-- kmouth/icons/history/Makefile.am | 4 ++-- kmouth/icons/phrase/Makefile.am | 4 ++-- kmouth/icons/phrasebook/Makefile.am | 4 ++-- kmouth/phrasebook/Makefile.am | 4 ++-- kmouth/speech.cpp | 2 +- kmouth/wordcompletion/klanguagebuttonhelper.cpp | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'kmouth') diff --git a/kmouth/icons/Makefile.am b/kmouth/icons/Makefile.am index 5830f8f..3fcca30 100644 --- a/kmouth/icons/Makefile.am +++ b/kmouth/icons/Makefile.am @@ -1,10 +1,10 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = history phrase phrasebook app EXTRA_DIST = hi16-action-speak.png hi32-action-speak.png hi48-action-speak.png hi22-action-speak.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ kmouthiconsdir = $(kde_datadir)/kmouth/icons kmouthicons_ICON = AUTO diff --git a/kmouth/icons/history/Makefile.am b/kmouth/icons/history/Makefile.am index abce34f..4dab7d4 100644 --- a/kmouth/icons/history/Makefile.am +++ b/kmouth/icons/history/Makefile.am @@ -1,9 +1,9 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## EXTRA_DIST = hi16-action-phrasehistory_open.png hi16-action-phrasehistory_print.png hi16-action-phrasehistory_save.png hi22-action-phrasehistory_open.png hi22-action-phrasehistory_print.png hi22-action-phrasehistory_save.png hi32-action-phrasehistory_open.png hi32-action-phrasehistory_print.png hi32-action-phrasehistory_save.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ kmouthiconsdir = $(kde_datadir)/kmouth/icons kmouthicons_ICON = AUTO diff --git a/kmouth/icons/phrase/Makefile.am b/kmouth/icons/phrase/Makefile.am index 15f3677..3984f62 100644 --- a/kmouth/icons/phrase/Makefile.am +++ b/kmouth/icons/phrase/Makefile.am @@ -1,9 +1,9 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## EXTRA_DIST = hi16-action-phrase.png hi16-action-phrase_new.png hi16-action-phrase_open.png hi16-action-phrase_save.png hi22-action-phrase.png hi22-action-phrase_new.png hi22-action-phrase_open.png hi22-action-phrase_save.png hi32-action-phrase.png hi32-action-phrase_new.png hi32-action-phrase_open.png hi32-action-phrase_save.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ kmouthiconsdir = $(kde_datadir)/kmouth/icons kmouthicons_ICON = AUTO diff --git a/kmouth/icons/phrasebook/Makefile.am b/kmouth/icons/phrasebook/Makefile.am index f5c9320..9a00384 100644 --- a/kmouth/icons/phrasebook/Makefile.am +++ b/kmouth/icons/phrasebook/Makefile.am @@ -1,9 +1,9 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## EXTRA_DIST = hi16-action-phrasebook.png hi16-action-phrasebook_new.png hi16-action-phrasebook_open.png hi16-action-phrasebook_save.png hi22-action-phrasebook.png hi22-action-phrasebook_new.png hi22-action-phrasebook_open.png hi22-action-phrasebook_save.png hi32-action-phrasebook.png hi32-action-phrasebook_new.png hi32-action-phrasebook_open.png hi32-action-phrasebook_save.png hi16-action-phrasebook_closed.png hi22-action-phrasebook_closed.png hi32-action-phrasebook_closed.png -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ kmouthiconsdir = $(kde_datadir)/kmouth/icons kmouthicons_ICON = AUTO diff --git a/kmouth/phrasebook/Makefile.am b/kmouth/phrasebook/Makefile.am index bc0b31c..9e222d4 100644 --- a/kmouth/phrasebook/Makefile.am +++ b/kmouth/phrasebook/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## noinst_LIBRARIES = libphrasebook.a INCLUDES = $(all_includes) @@ -10,7 +10,7 @@ libphrasebook_a_SOURCES = buttonboxui.ui phrasetree.cpp phrasebookparser.cpp phr EXTRA_DIST = phrasebook.cpp phrasebook.h phrasebookdialog.cpp phrasebookdialog.h phrasebookparser.cpp phrasebookparser.h phrasetree.cpp phrasetree.h phrasebookdialogui.rc buttonboxui.ui -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ rcdir = $(kde_datadir)/kmouth rc_DATA = phrasebookdialogui.rc diff --git a/kmouth/speech.cpp b/kmouth/speech.cpp index f74e1fd..81ed650 100644 --- a/kmouth/speech.cpp +++ b/kmouth/speech.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #ifdef KDE_IS_VERSION #if KDE_IS_VERSION(3,2,0) #define macroExpander diff --git a/kmouth/wordcompletion/klanguagebuttonhelper.cpp b/kmouth/wordcompletion/klanguagebuttonhelper.cpp index 8f1785e..19bb721 100644 --- a/kmouth/wordcompletion/klanguagebuttonhelper.cpp +++ b/kmouth/wordcompletion/klanguagebuttonhelper.cpp @@ -39,7 +39,7 @@ TQString languageName (TQString languageCode) { } void loadLanguageList(KLanguageButton *combo) -// This function was taken from kdebase/kcontrol/kdm/kdm-appear.cpp +// This function was taken from tdebase/kcontrol/kdm/kdm-appear.cpp { TQStringList langlist = KGlobal::dirs()->findAllResources("locale", TQString::tqfromLatin1("*/entry.desktop")); -- cgit v1.2.3