summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-da
diff options
context:
space:
mode:
Diffstat (limited to 'koffice-i18n-da')
-rw-r--r--koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook14
-rw-r--r--koffice-i18n-da/messages/koffice/koffice.po56
2 files changed, 35 insertions, 35 deletions
diff --git a/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook
index cee19ccf..36cddd96 100644
--- a/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook
+++ b/koffice-i18n-da/docs/koffice/chalk/developers-plugins.docbook
@@ -395,8 +395,8 @@ ToolStar::~ToolStar()
setInstance(ShearImageFactory::instance());
setXMLFile(locate("data","chalkplugins/shearimage.rc"), true);
- (void) new KAction(i18n("&Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
- (void) new KAction(i18n("&Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
+ (void) new TDEAction(i18n("&Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
+ (void) new TDEAction(i18n("&Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
m_view = (KisView*) parent;
}
@@ -1091,14 +1091,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> for hver indtastningsenhed og at en handling med samme navn lægges til flere gange i handlingssamlingen. Men alt synes at virke, så hvorfor bekymre sig? </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-da/messages/koffice/koffice.po b/koffice-i18n-da/messages/koffice/koffice.po
index e3e712e9..d60ae89f 100644
--- a/koffice-i18n-da/messages/koffice/koffice.po
+++ b/koffice-i18n-da/messages/koffice/koffice.po
@@ -593,7 +593,7 @@ msgstr "Antal billeder"
msgid "Number of Tables"
msgstr "Antal tabeller"
-#: kotext/KFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50
+#: kotext/TDEFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50
msgid "Select Font"
msgstr "Vælg skrifttype"
@@ -953,91 +953,91 @@ msgstr "The quick brown dog jumps over the lazy cat æøå."
msgid "Font too large for the preview pane"
msgstr "Skrifttype for stor for forhåndsvisningspanel"
-#: kotext/KFontDialog_local.cpp:104
+#: kotext/TDEFontDialog_local.cpp:104
msgid "Here you can choose the font to be used."
msgstr "Her kan du vælge den skrifttype der skal bruges"
-#: kotext/KFontDialog_local.cpp:116
+#: kotext/TDEFontDialog_local.cpp:116
msgid "Requested Font"
msgstr "Forespurgt skrifttype"
-#: kotext/KFontDialog_local.cpp:139
+#: kotext/TDEFontDialog_local.cpp:139
msgid "Change font family?"
msgstr "Ændr skrifttypefamilie"
-#: kotext/KFontDialog_local.cpp:141
+#: kotext/TDEFontDialog_local.cpp:141
msgid "Enable this checkbox to change the font family settings."
msgstr ""
"Aktivér dette afkrydsningsfelt for at ændre opsætning af skrifttypefamilie."
-#: kotext/KFontDialog_local.cpp:147
+#: kotext/TDEFontDialog_local.cpp:147
msgid "Font:"
msgstr "Skrifttype:"
-#: kotext/KFontDialog_local.cpp:154
+#: kotext/TDEFontDialog_local.cpp:154
msgid "Font style"
msgstr "Skrifttypestil"
-#: kotext/KFontDialog_local.cpp:158
+#: kotext/TDEFontDialog_local.cpp:158
msgid "Change font style?"
msgstr "Ændr skrifttypestil"
-#: kotext/KFontDialog_local.cpp:160
+#: kotext/TDEFontDialog_local.cpp:160
msgid "Enable this checkbox to change the font style settings."
msgstr "Aktivér dette afkrydsningsfelt for at ændre opsætning af skriftstil."
-#: kotext/KFontDialog_local.cpp:166
+#: kotext/TDEFontDialog_local.cpp:166
msgid "Font style:"
msgstr "Skrifttypestil:"
-#: kotext/KFontDialog_local.cpp:174
+#: kotext/TDEFontDialog_local.cpp:174
msgid "Size"
msgstr "Størrelse"
-#: kotext/KFontDialog_local.cpp:178
+#: kotext/TDEFontDialog_local.cpp:178
msgid "Change font size?"
msgstr "Ændr skriftstørrelse?"
-#: kotext/KFontDialog_local.cpp:180
+#: kotext/TDEFontDialog_local.cpp:180
msgid "Enable this checkbox to change the font size settings."
msgstr ""
"Aktivér dette afkrydsningsfelt for at ændre opsætning af skriftstørrelse."
-#: kotext/KFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557
+#: kotext/TDEFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557
msgid "Size:"
msgstr "Størrelse:"
-#: kotext/KFontDialog_local.cpp:202
+#: kotext/TDEFontDialog_local.cpp:202
msgid "Here you can choose the font family to be used."
msgstr "Her kan du vælge hvilken skrifttypefamilie der skal bruges."
-#: kotext/KFontDialog_local.cpp:224
+#: kotext/TDEFontDialog_local.cpp:224
msgid "Here you can choose the font style to be used."
msgstr "Her kan du vælge hvilken skriftstil der skal bruges."
-#: 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 "Almindelig"
-#: kotext/KFontDialog_local.cpp:229
+#: kotext/TDEFontDialog_local.cpp:229
msgid "Bold"
msgstr "Fed type"
-#: kotext/KFontDialog_local.cpp:230
+#: kotext/TDEFontDialog_local.cpp:230
msgid "Bold Italic"
msgstr "Kursiv fed"
-#: kotext/KFontDialog_local.cpp:247
+#: kotext/TDEFontDialog_local.cpp:247
msgid "Relative"
msgstr "Relativt"
-#: 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 "Skriftstørrelse<br><i>fast</i> eller <i>relativ</i><br>til omgivelser"
-#: 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 "
@@ -1047,15 +1047,15 @@ msgstr ""
"beregnes dynamisk og justeres efter ændringer i omgivelserne (f.eks. "
"kontroldimensioner, papirstørrelse)."
-#: kotext/KFontDialog_local.cpp:275
+#: kotext/TDEFontDialog_local.cpp:275
msgid "Here you can choose the font size to be used."
msgstr "Her kan du vælge skriftstørrelsen der skal bruges."
-#: kotext/KFontDialog_local.cpp:298
+#: kotext/TDEFontDialog_local.cpp:298
msgid "The Quick Brown Fox Jumps Over The Lazy Dog"
msgstr "The Quick Brown Fox Jumps Over The Lazy Dog æøåÆØÅ"
-#: 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."
@@ -1063,7 +1063,7 @@ msgstr ""
"Denne eksempeltekst illustrerer de nuværende indstillinger. Du kan redigere den "
"for at teste specielle tegn."
-#: kotext/KFontDialog_local.cpp:312 kotext/KFontDialog_local.cpp:322
+#: kotext/TDEFontDialog_local.cpp:312 kotext/TDEFontDialog_local.cpp:322
msgid "Actual Font"
msgstr "Faktisk skrifttype"