summaryrefslogtreecommitdiffstats
path: root/kturtle/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:51 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:51 -0500
commit89424c41406b53735f9c769a5b8fc03adc2a8808 (patch)
tree6fc86b35548b5437bd5689d9c67ea5f8528928ab /kturtle/src
parenta1169b0a85b5be32294601f300f8d22f2312772d (diff)
downloadtdeedu-89424c41406b53735f9c769a5b8fc03adc2a8808.tar.gz
tdeedu-89424c41406b53735f9c769a5b8fc03adc2a8808.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kturtle/src')
-rw-r--r--kturtle/src/kturtle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kturtle/src/kturtle.cpp b/kturtle/src/kturtle.cpp
index da6a9a28..0d827d88 100644
--- a/kturtle/src/kturtle.cpp
+++ b/kturtle/src/kturtle.cpp
@@ -84,8 +84,8 @@ MainWindow::MainWindow(KTextEditor::Document *document) : editor(0)
{
if ( !(document = KTextEditor::EditorChooser::createDocument(0,"KTextEditor::Document") ) )
{
- KMessageBox::error( this, i18n("A KDE text-editor component could not be found;\n"
- "please check your KDE installation.") );
+ KMessageBox::error( this, i18n("A TDE text-editor component could not be found;\n"
+ "please check your TDE installation.") );
kapp->exit(1);
}
// docList.append(doc);