diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:43:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:43:10 -0600 |
commit | fb0ffeebca3682f83ac417e85bf79d2c66b944f4 (patch) | |
tree | 4ccd24f48f0473721cc46ccf0fb3367aed2e14b9 /src/libgui | |
parent | 1bdf523fc64275010884bd6700d96362fed098f0 (diff) | |
download | piklab-fb0ffeebca3682f83ac417e85bf79d2c66b944f4.tar.gz piklab-fb0ffeebca3682f83ac417e85bf79d2c66b944f4.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src/libgui')
-rw-r--r-- | src/libgui/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/console.cpp b/src/libgui/console.cpp index 6adf44a..b2e30d7 100644 --- a/src/libgui/console.cpp +++ b/src/libgui/console.cpp @@ -27,7 +27,7 @@ void ConsoleView::showEvent(TQShowEvent *e) KLibFactory *factory = KLibLoader::self()->factory("libkonsolepart"); TQVBoxLayout *top = new TQVBoxLayout(this, 0, 10); if ( factory==0 ) { - TQLabel *label = new TQLabel(i18n("Could not find \"konsolepart\"; please install kdebase."), this); + TQLabel *label = new TQLabel(i18n("Could not find \"konsolepart\"; please install tdebase."), this); label->show(); top->addWidget(label); return; |