summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-it
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:34 -0600
commitbe995f98557b8d223fd2c7b40a4b1997e1a2a2dd (patch)
treed30b7e80fc6f7a9c1a19d4babdf27f054c74f621 /koffice-i18n-it
parent3e7320c15340438a6b2816d93a106d36d0ef2fc0 (diff)
downloadkoffice-i18n-be995f98557b8d223fd2c7b40a4b1997e1a2a2dd.tar.gz
koffice-i18n-be995f98557b8d223fd2c7b40a4b1997e1a2a2dd.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'koffice-i18n-it')
-rw-r--r--koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook14
-rw-r--r--koffice-i18n-it/messages/koffice/koffice.po56
2 files changed, 35 insertions, 35 deletions
diff --git a/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook
index 542fada0..6496f3dd 100644
--- a/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook
+++ b/koffice-i18n-it/docs/koffice/chalk/developers-plugins.docbook
@@ -394,8 +394,8 @@ ToolStar::~ToolStar()
setInstance(ShearImageFactory::instance());
setXMLFile(locate("data","chalkplugins/shearimage.rc"), true);
- (void) new KAction(i18n("&amp;Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
- (void) new KAction(i18n("&amp;Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
+ (void) new TDEAction(i18n("&amp;Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
+ (void) new TDEAction(i18n("&amp;Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
m_view = (KisView*) parent;
}
@@ -1092,14 +1092,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> per ogni dispositivo di input e che un'azione con lo stesso nome viene aggiunta diverse volte alla raccolta di azioni. Però tutto sembra funzionare, e allora perché preoccuparsi? </para>
<programlisting
->void KisToolStar::setup(KActionCollection *collection)
+>void KisToolStar::setup(TDEActionCollection *collection)
{
- m_action = static_cast&lt;KRadioAction *&gt;(collection->action(name()));
+ m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) {
- KShortcut shortcut(Qt::Key_Plus);
- shortcut.append(KShortcut(Qt::Key_F9));
- m_action = new KRadioAction(i18n("&amp;Star"),
+ TDEShortcut shortcut(Qt::Key_Plus);
+ shortcut.append(TDEShortcut(Qt::Key_F9));
+ m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star",
shortcut,
this,
diff --git a/koffice-i18n-it/messages/koffice/koffice.po b/koffice-i18n-it/messages/koffice/koffice.po
index 9df30ab6..97291b25 100644
--- a/koffice-i18n-it/messages/koffice/koffice.po
+++ b/koffice-i18n-it/messages/koffice/koffice.po
@@ -597,7 +597,7 @@ msgstr "Numero di immagini"
msgid "Number of Tables"
msgstr "Numero di tabelle"
-#: kotext/KFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50
+#: kotext/TDEFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50
msgid "Select Font"
msgstr "Seleziona carattere"
@@ -964,97 +964,97 @@ msgstr "Ma la volpe col suo balzo ha raggiunto il quieto Fido."
msgid "Font too large for the preview pane"
msgstr "Carattere troppo grande per il pannello di anteprima"
-#: kotext/KFontDialog_local.cpp:104
+#: kotext/TDEFontDialog_local.cpp:104
msgid "Here you can choose the font to be used."
msgstr "Qui puoi scegliere il carattere da usare."
-#: kotext/KFontDialog_local.cpp:116
+#: kotext/TDEFontDialog_local.cpp:116
msgid "Requested Font"
msgstr "Carattere richiesto"
-#: kotext/KFontDialog_local.cpp:139
+#: kotext/TDEFontDialog_local.cpp:139
msgid "Change font family?"
msgstr "Cambiare la famiglia del carattere?"
-#: kotext/KFontDialog_local.cpp:141
+#: kotext/TDEFontDialog_local.cpp:141
msgid "Enable this checkbox to change the font family settings."
msgstr ""
"Abilita questa casella per cambiare le impostazioni della famiglia del "
"carattere."
-#: kotext/KFontDialog_local.cpp:147
+#: kotext/TDEFontDialog_local.cpp:147
msgid "Font:"
msgstr "Carattere:"
-#: kotext/KFontDialog_local.cpp:154
+#: kotext/TDEFontDialog_local.cpp:154
msgid "Font style"
msgstr "Stile del carattere"
-#: kotext/KFontDialog_local.cpp:158
+#: kotext/TDEFontDialog_local.cpp:158
msgid "Change font style?"
msgstr "Cambiare lo stile del carattere?"
-#: kotext/KFontDialog_local.cpp:160
+#: kotext/TDEFontDialog_local.cpp:160
msgid "Enable this checkbox to change the font style settings."
msgstr ""
"Abilita questa casella per cambiare le impostazioni dello stile del carattere."
-#: kotext/KFontDialog_local.cpp:166
+#: kotext/TDEFontDialog_local.cpp:166
msgid "Font style:"
msgstr "Stile del carattere:"
-#: kotext/KFontDialog_local.cpp:174
+#: kotext/TDEFontDialog_local.cpp:174
msgid "Size"
msgstr "Dimensione"
-#: kotext/KFontDialog_local.cpp:178
+#: kotext/TDEFontDialog_local.cpp:178
msgid "Change font size?"
msgstr "Cambiare la dimensione del carattere?"
-#: kotext/KFontDialog_local.cpp:180
+#: kotext/TDEFontDialog_local.cpp:180
msgid "Enable this checkbox to change the font size settings."
msgstr ""
"Abilita questa casella per cambiare le impostazioni della dimensione del "
"carattere."
-#: kotext/KFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557
+#: kotext/TDEFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557
msgid "Size:"
msgstr "Dimensione:"
-#: kotext/KFontDialog_local.cpp:202
+#: kotext/TDEFontDialog_local.cpp:202
msgid "Here you can choose the font family to be used."
msgstr "Qui puoi scegliere la famiglia del carattere da usare."
-#: kotext/KFontDialog_local.cpp:224
+#: kotext/TDEFontDialog_local.cpp:224
msgid "Here you can choose the font style to be used."
msgstr "Qui puoi scegliere lo stile del carattere da usare."
-#: kotext/KFontDialog_local.cpp:227 kotext/KFontDialog_local.cpp:482
-#: kotext/KFontDialog_local.cpp:484 kotext/KFontDialog_local.cpp:493
-#: kotext/KFontDialog_local.cpp:494
+#: kotext/TDEFontDialog_local.cpp:227 kotext/TDEFontDialog_local.cpp:482
+#: kotext/TDEFontDialog_local.cpp:484 kotext/TDEFontDialog_local.cpp:493
+#: kotext/TDEFontDialog_local.cpp:494
msgid "Regular"
msgstr "Regolare"
-#: kotext/KFontDialog_local.cpp:229
+#: kotext/TDEFontDialog_local.cpp:229
msgid "Bold"
msgstr "Grassetto"
-#: kotext/KFontDialog_local.cpp:230
+#: kotext/TDEFontDialog_local.cpp:230
msgid "Bold Italic"
msgstr "Grassetto corsivo"
-#: kotext/KFontDialog_local.cpp:247
+#: kotext/TDEFontDialog_local.cpp:247
msgid "Relative"
msgstr "Relativa"
-#: kotext/KFontDialog_local.cpp:249
+#: kotext/TDEFontDialog_local.cpp:249
msgid "Font size<br><i>fixed</i> or <i>relative</i><br>to environment"
msgstr ""
"Dimensione del carattere"
"<br><i>fissa</i> o <i>relativa</i>"
"<br>all'ambiente"
-#: kotext/KFontDialog_local.cpp:251
+#: kotext/TDEFontDialog_local.cpp:251
msgid ""
"Here you can switch between fixed font size and font size to be calculated "
"dynamically and adjusted to changing environment (e.g. widget dimensions, paper "
@@ -1064,15 +1064,15 @@ msgstr ""
"ed adattate a un ambiente variabile (per esempio dimensioni degli oggetti o "
"della carta)."
-#: kotext/KFontDialog_local.cpp:275
+#: kotext/TDEFontDialog_local.cpp:275
msgid "Here you can choose the font size to be used."
msgstr "Qui puoi scegliere la dimensione del carattere da usare."
-#: kotext/KFontDialog_local.cpp:298
+#: kotext/TDEFontDialog_local.cpp:298
msgid "The Quick Brown Fox Jumps Over The Lazy Dog"
msgstr "Ma La Volpe Col Suo Balzo Ha Raggiunto Il Quieto Fido"
-#: kotext/KFontDialog_local.cpp:303
+#: kotext/TDEFontDialog_local.cpp:303
msgid ""
"This sample text illustrates the current settings. You may edit it to test "
"special characters."
@@ -1080,7 +1080,7 @@ msgstr ""
"Questo esempio illustra le impostazioni attuali. Puoi modificarlo per provare "
"dei caratteri particolari."
-#: kotext/KFontDialog_local.cpp:312 kotext/KFontDialog_local.cpp:322
+#: kotext/TDEFontDialog_local.cpp:312 kotext/TDEFontDialog_local.cpp:322
msgid "Actual Font"
msgstr "Carattere reale"