diff options
author | Darrell Anderson <[email protected]> | 2012-06-03 12:35:18 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-03 12:35:18 -0500 |
commit | 88188e386365b194af5087f58832e8bb673a05ae (patch) | |
tree | 2795b75aba058c711c47163575f2eab9aab2f273 | |
parent | 07af6ddc8227c5496764abdc86072fc78046a7d4 (diff) | |
download | krusader-88188e386365b194af5087f58832e8bb673a05ae.tar.gz krusader-88188e386365b194af5087f58832e8bb673a05ae.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | krusader/krusader.cpp | 4 |
1 files 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" ); |