From 88188e386365b194af5087f58832e8bb673a05ae Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 12:35:18 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- krusader/krusader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/krusader/krusader.cpp b/krusader/krusader.cpp index 608f3ba..e8cff4c 100644 --- a/krusader/krusader.cpp +++ b/krusader/krusader.cpp @@ -466,7 +466,7 @@ bool Krusader::versionControl() { void Krusader::statusBarUpdate( TQString& mess ) { // change the message on the statusbar for 2 seconds if (status) // ugly!!!! But as statusBar() creates a status bar if there is no, I have to ask status to prevent - // the creation of the KDE default status bar instead of KrusaderStatus. + // the creation of the TDE default status bar instead of KrusaderStatus. statusBar() ->message( mess, 5000 ); } @@ -538,7 +538,7 @@ void Krusader::setupActions() { //KStdAction::showMenubar( SLOTS, TQT_SLOT( showMenubar() ), actionCollection(), "std_menubar" ); - // second, the KDE standard action + // second, the TDE standard action //KStdAction::up( SLOTS, TQT_SLOT( dirUp() ), actionCollection(), "std_up" )->setShortcut(Key_Backspace); /* Shortcut disabled because of the Terminal Emulator bug. */ krConfig->setGroup( "Private" );