From d17de25b7fe2200ed60b15ec6801e3458b2c1046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:18 +0200 Subject: Additional k => tde renaming and fixes --- kommander/examples/current/editor-poc.kmdr | 4 ++-- kommander/examples/current/keyvaluecombo.kmdr | 4 ++-- kommander/examples/current/kpartmwframe.kmdr | 2 +- kommander/examples/current/passvariables.kmdr | 6 +++--- kommander/examples/current/tableselect.kmdr | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'kommander/examples') diff --git a/kommander/examples/current/editor-poc.kmdr b/kommander/examples/current/editor-poc.kmdr index 2bc9febf..3713cb84 100755 --- a/kommander/examples/current/editor-poc.kmdr +++ b/kommander/examples/current/editor-poc.kmdr @@ -110,7 +110,7 @@ CheckBoxI.setVisible(false) TextEdit3.setVisible(false) AboutDialog2.initialize("Kommander Editor Demo", "", "0.1", "Copyright 2008") AboutDialog2.setLicense("GPL_V2") -AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@tdewebdev.org", "http://kommander.tdewebdev.org") +AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@kdewebdev.org", "http://kommander.kdewebdev.org") AboutDialog2.setDescription("This is a demo of what can be done with kommander 1.3\nYou are running "+_VERSION+" now. This is not intended to\nbe of use for any specific tasks. We hope you enjoy it.") @@ -229,7 +229,7 @@ debug("Clicked at: "+Self.Item(0)+" "+Self.Item(1)) <p>Test this <a href="ScriptLink2">link</a> text.<br />Add a new line with Ctrl-Enter or Enter. Note the links are correctly parsed.</p> <p>New paragraph. Look! <a href="ScriptLink3">another internal link</a> to try out.</p> <p>Although this widget does not give visual feedback on links it does allow them to execute scripts or call a web site as you can see below. </p> -<p>Functionality on this window may be incomplete. It is for demo purposes only. Look for new examples and tools on our <a href="http://kommander.tdewebdev.org">website</a>.</p> +<p>Functionality on this window may be incomplete. It is for demo purposes only. Look for new examples and tools on our <a href="http://kommander.kdewebdev.org">website</a>.</p> </body></html> diff --git a/kommander/examples/current/keyvaluecombo.kmdr b/kommander/examples/current/keyvaluecombo.kmdr index 619e36c6..489c4f6d 100644 --- a/kommander/examples/current/keyvaluecombo.kmdr +++ b/kommander/examples/current/keyvaluecombo.kmdr @@ -30,8 +30,8 @@ end ScriptObject36.execute AboutDialog1.initialize("Key Value Combo", "", "0.1", "Copyright 2008") AboutDialog1.addAuthor("Eric Laffoon", "Designer", "eric@kdewevdev.org", "http://kittyhooch.com") -AboutDialog1.setBugAddress("eric@tdewebdev.org") -AboutDialog1.setHomepage("http://tdewebdev.org") +AboutDialog1.setBugAddress("eric@kdewebdev.org") +AboutDialog1.setHomepage("http://kdewebdev.org") AboutDialog1.setLicense("GPL_V2") AboutDialog1.setDescription("This demonstrates how to make a ComboBox \n behave as a key value pair. It's \nparticularly useful for databases.") diff --git a/kommander/examples/current/kpartmwframe.kmdr b/kommander/examples/current/kpartmwframe.kmdr index 713dd1e6..7d15aecf 100755 --- a/kommander/examples/current/kpartmwframe.kmdr +++ b/kommander/examples/current/kpartmwframe.kmdr @@ -124,7 +124,7 @@ KPartImport1.loadPart("libkommander_part", "true") debug("loaded") AboutDialog2.initialize("Kommander KPart Demo", "kommander.png", "0.1", "Copyright 2008") AboutDialog2.setLicense("GPL_V2") -AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@tdewebdev.org", "http://kommander.tdewebdev.org") +AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@kdewebdev.org", "http://kommander.kdewebdev.org") AboutDialog2.setDescription("This is a demo of what can be done with kommander 1.3\nYou are running "+_VERSION+" now. This is not intended to\nbe of use for any specific tasks. We hope you enjoy it.") Timer2.execute diff --git a/kommander/examples/current/passvariables.kmdr b/kommander/examples/current/passvariables.kmdr index 3228edc0..3d4b848d 100644 --- a/kommander/examples/current/passvariables.kmdr +++ b/kommander/examples/current/passvariables.kmdr @@ -22,9 +22,9 @@ AboutDialog1.initialize("Variable passing demo", "", "0.1", "Copyright 2008") -AboutDialog1.addAuthor("Eric Laffoon", "Designer", "eric@tdewebdev.org", "http://kittyhooch.com") -AboutDialog1.setHomepage("http://kommander.tdewebdev.org") -AboutDialog1.setBugAddress("eric@tdewebdev.org") +AboutDialog1.addAuthor("Eric Laffoon", "Designer", "eric@kdewebdev.org", "http://kittyhooch.com") +AboutDialog1.setHomepage("http://kommander.kdewebdev.org") +AboutDialog1.setBugAddress("eric@kdewebdev.org") AboutDialog1.setDescription("Demo of passing arguments to and from scripts, You can also pass an echo to stdout back from your script by calling your script with diff --git a/kommander/examples/current/tableselect.kmdr b/kommander/examples/current/tableselect.kmdr index e084eb89..a7d84367 100755 --- a/kommander/examples/current/tableselect.kmdr +++ b/kommander/examples/current/tableselect.kmdr @@ -31,10 +31,10 @@ AboutDialog9.initialize("Table Selection Demo", "help.png", "0.1", "(c) 2008") AboutDialog9.setDescription("This demonstrated using the new multi-select ability of the table. The spinboxes offer how it might have been done before. Now block copy and paste can be done.") -AboutDialog9.addAuthor("Eric Laffoon", "Stop sleeping", "eric@tdewebdev.org", "http://kittyhooch.com") -AboutDialog9.addAuthor("Andras Mantia", "Make Eric stop asking for it to make coffee", "amantia@tdewebdev.org", "http://tdewebdev.org") +AboutDialog9.addAuthor("Eric Laffoon", "Stop sleeping", "eric@kdewebdev.org", "http://kittyhooch.com") +AboutDialog9.addAuthor("Andras Mantia", "Make Eric stop asking for it to make coffee", "amantia@kdewebdev.org", "http://kdewebdev.org") AboutDialog9.setLicense("GPL_V2") -AboutDialog9.setBugAddress("eric@tdewebdev.org") +AboutDialog9.setBugAddress("eric@kdewebdev.org") -- cgit v1.2.1