diff options
Diffstat (limited to 'kmouth')
-rw-r--r-- | kmouth/books/sv-personal.phrasebook | 2 | ||||
-rw-r--r-- | kmouth/phrasebook/buttonboxui.ui | 2 | ||||
-rw-r--r-- | kmouth/phraselist.cpp | 6 | ||||
-rw-r--r-- | kmouth/preferencesui.ui | 2 | ||||
-rw-r--r-- | kmouth/texttospeechconfigurationui.ui | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/creationsourcedetailsui.ui | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/creationsourceui.ui | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/kdedocsourceui.ui | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletionui.ui | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/kmouth/books/sv-personal.phrasebook b/kmouth/books/sv-personal.phrasebook index cb4efe7..37f7636 100644 --- a/kmouth/books/sv-personal.phrasebook +++ b/kmouth/books/sv-personal.phrasebook @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE phrasebook> <phrasebook name="Personligt"> -<phrase shortcut="">Jag kan bara prata med hjälp av den här dumma tqmaskinen.</phrase> +<phrase shortcut="">Jag kan bara prata med hjälp av den här dumma maskinen.</phrase> <phrase shortcut="">Tyvärr är jag ganska trött nu och behöver ta en paus.</phrase> <phrase shortcut="">Tack för att du kom.</phrase> <phrase shortcut="">Trevligt att se dig.</phrase> diff --git a/kmouth/phrasebook/buttonboxui.ui b/kmouth/phrasebook/buttonboxui.ui index d2b5d00..59f1d40 100644 --- a/kmouth/phrasebook/buttonboxui.ui +++ b/kmouth/phrasebook/buttonboxui.ui @@ -103,5 +103,5 @@ </widget> </grid> </widget> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 6264f14..11d8b31 100644 --- a/kmouth/phraselist.cpp +++ b/kmouth/phraselist.cpp @@ -139,7 +139,7 @@ void PhraseList::enableMenuEntries() { else deselected = true; } - KMouthApp *theApp=(KMouthApp *) tqparentWidget(); + KMouthApp *theApp=(KMouthApp *) parentWidget(); theApp->enableMenuEntries (selected, deselected); } @@ -285,7 +285,7 @@ void PhraseList::lineEntered (const TQString &phrase) { void PhraseList::speakPhrase (const TQString &phrase) { TQApplication::setOverrideCursor (KCursor::WaitCursor, false); - KMouthApp *theApp=(KMouthApp *) tqparentWidget(); + KMouthApp *theApp=(KMouthApp *) parentWidget(); TQString language = completion->languageOfWordList (completion->currentWordList()); theApp->getTTSSystem()->speak(phrase, language); TQApplication::restoreOverrideCursor (); @@ -313,7 +313,7 @@ void PhraseList::contextMenuRequested (TQListBoxItem *, const TQPoint &pos) { else name = "phraselist_popup"; - KMouthApp *theApp=(KMouthApp *) tqparentWidget(); + KMouthApp *theApp=(KMouthApp *) parentWidget(); KXMLGUIFactory *factory = theApp->factory(); TQPopupMenu *popup = (TQPopupMenu *)factory->container(name,theApp); if (popup != 0) { diff --git a/kmouth/preferencesui.ui b/kmouth/preferencesui.ui index dcc219d..6d998cd 100644 --- a/kmouth/preferencesui.ui +++ b/kmouth/preferencesui.ui @@ -158,5 +158,5 @@ </widget> </vbox> </widget> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kmouth/texttospeechconfigurationui.ui b/kmouth/texttospeechconfigurationui.ui index 877b831..22c30e9 100644 --- a/kmouth/texttospeechconfigurationui.ui +++ b/kmouth/texttospeechconfigurationui.ui @@ -160,7 +160,7 @@ <Q_SIGNALS> <signal>configurationChanged()</signal> </Q_SIGNALS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> diff --git a/kmouth/wordcompletion/creationsourcedetailsui.ui b/kmouth/wordcompletion/creationsourcedetailsui.ui index 689ee25..52aa8a7 100644 --- a/kmouth/wordcompletion/creationsourcedetailsui.ui +++ b/kmouth/wordcompletion/creationsourcedetailsui.ui @@ -172,7 +172,7 @@ <functions> <function access="private" specifier="non virtual">init()</function> </functions> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kinputdialog.h</includehint> <includehint>kpushbutton.h</includehint> diff --git a/kmouth/wordcompletion/creationsourceui.ui b/kmouth/wordcompletion/creationsourceui.ui index 603d15a..d029431 100644 --- a/kmouth/wordcompletion/creationsourceui.ui +++ b/kmouth/wordcompletion/creationsourceui.ui @@ -175,5 +175,5 @@ <function access="private" specifier="non virtual">init()</function> <function access="private" specifier="non virtual">destroy()</function> </functions> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kmouth/wordcompletion/kdedocsourceui.ui b/kmouth/wordcompletion/kdedocsourceui.ui index 8fc7b82..3ae3ca5 100644 --- a/kmouth/wordcompletion/kdedocsourceui.ui +++ b/kmouth/wordcompletion/kdedocsourceui.ui @@ -92,7 +92,7 @@ <functions> <function access="private" specifier="non virtual">init()</function> </functions> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> diff --git a/kmouth/wordcompletion/wordcompletionui.ui b/kmouth/wordcompletion/wordcompletionui.ui index 401a71b..5e8227e 100644 --- a/kmouth/wordcompletion/wordcompletionui.ui +++ b/kmouth/wordcompletion/wordcompletionui.ui @@ -279,7 +279,7 @@ <functions> <function access="private" specifier="non virtual">init()</function> </functions> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>kpushbutton.h</includehint> |