summaryrefslogtreecommitdiff
path: root/core/apps
authormickeyl <mickeyl>2004-02-24 16:43:17 (UTC)
committer mickeyl <mickeyl>2004-02-24 16:43:17 (UTC)
commit8989d83c1acbe1617f26d67d54e8c8ab816933e9 (patch) (unidiff)
treeff590ad49da3190b658607b6a0a0ceed0b8fa9b7 /core/apps
parent576cbdd9af5eabbece53e1622aa3b4a3569276e0 (diff)
downloadopie-8989d83c1acbe1617f26d67d54e8c8ab816933e9.zip
opie-8989d83c1acbe1617f26d67d54e8c8ab816933e9.tar.gz
opie-8989d83c1acbe1617f26d67d54e8c8ab816933e9.tar.bz2
s/Qkonsole/Konsole/
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/TEHistory.cpp4
-rw-r--r--core/apps/embeddedkonsole/commandeditdialog.cpp2
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/core/apps/embeddedkonsole/TEHistory.cpp b/core/apps/embeddedkonsole/TEHistory.cpp
index 2417af1..2e6535c 100644
--- a/core/apps/embeddedkonsole/TEHistory.cpp
+++ b/core/apps/embeddedkonsole/TEHistory.cpp
@@ -8,3 +8,3 @@
8/* */ 8/* */
9/* This file is part of Qkonsole - an X terminal for KDE */ 9/* This file is part of Konsole - an X terminal for KDE */
10/* */ 10/* */
@@ -12,3 +12,3 @@
12/* */ 12/* */
13/* Ported Qkonsole to Qt/Embedded */ 13/* Ported Konsole to Qt/Embedded */
14/* */ 14/* */
diff --git a/core/apps/embeddedkonsole/commandeditdialog.cpp b/core/apps/embeddedkonsole/commandeditdialog.cpp
index b23db18..e4255f3 100644
--- a/core/apps/embeddedkonsole/commandeditdialog.cpp
+++ b/core/apps/embeddedkonsole/commandeditdialog.cpp
@@ -154,3 +154,3 @@ void CommandEditDialog::accept()
154int i = 0; 154int i = 0;
155 Config *cfg = new Config("Qkonsole"); 155 Config *cfg = new Config("Konsole");
156 cfg->setGroup("Commands"); 156 cfg->setGroup("Commands");
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index 3289a04..7812e4c 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -371,3 +371,3 @@ void Konsole::init(const char* _pgm, QStrList & _args)
371 371
372 setCaption( "Qkonsole" ); 372 setCaption( "Konsole" );
373 setIcon( Resource::loadPixmap( "qkonsole/qkonsole" ) ); 373 setIcon( Resource::loadPixmap( "qkonsole/qkonsole" ) );
@@ -1315,3 +1315,3 @@ void Konsole::switchSession(QWidget* w)
1315 { 1315 {
1316 setCaption( "Qkonsole" ); 1316 setCaption( "Konsole" );
1317 } 1317 }