summaryrefslogtreecommitdiffstats
path: root/krusader/GUI/kcmdmodebutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/GUI/kcmdmodebutton.cpp')
-rw-r--r--krusader/GUI/kcmdmodebutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/GUI/kcmdmodebutton.cpp b/krusader/GUI/kcmdmodebutton.cpp
index dc5a69a..d2a8220 100644
--- a/krusader/GUI/kcmdmodebutton.cpp
+++ b/krusader/GUI/kcmdmodebutton.cpp
@@ -44,7 +44,7 @@ KCMDModeButton::KCMDModeButton( TQWidget *parent, const char *name ) : TQToolBut
*/
setIconSet( SmallIcon( "konsole" ) );
adjustSize();
- action = new KActionMenu( i18n("Execution mode") );
+ action = new TDEActionMenu( i18n("Execution mode") );
TQ_CHECK_PTR( action );
for( int i=0; Krusader::execTypeArray[i] != 0; i++ )
{