summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview/fsview_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/fsview/fsview_part.cpp')
-rw-r--r--konq-plugins/fsview/fsview_part.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/konq-plugins/fsview/fsview_part.cpp b/konq-plugins/fsview/fsview_part.cpp
index b2b40ce..cff68f1 100644
--- a/konq-plugins/fsview/fsview_part.cpp
+++ b/konq-plugins/fsview/fsview_part.cpp
@@ -118,18 +118,18 @@ FSViewPart::FSViewPart(TQWidget *parentWidget, const char *widgetName,
_ext = new FSViewBrowserExtension(this);
_job = 0;
- _areaMenu = new KActionMenu (i18n("Stop at Area"),
+ _areaMenu = new TDEActionMenu (i18n("Stop at Area"),
actionCollection(), "treemap_areadir");
- _depthMenu = new KActionMenu (i18n("Stop at Depth"),
+ _depthMenu = new TDEActionMenu (i18n("Stop at Depth"),
actionCollection(), "treemap_depthdir");
- _visMenu = new KActionMenu (i18n("Visualization"),
+ _visMenu = new TDEActionMenu (i18n("Visualization"),
actionCollection(), "treemap_visdir");
- _colorMenu = new KActionMenu (i18n("Color Mode"),
+ _colorMenu = new TDEActionMenu (i18n("Color Mode"),
actionCollection(), "treemap_colordir");
- KAction* action;
- action = new KAction( i18n( "&FSView Manual" ), "fsview",
- KShortcut(), this, TQT_SLOT(showHelp()),
+ TDEAction* action;
+ action = new TDEAction( i18n( "&FSView Manual" ), "fsview",
+ TDEShortcut(), this, TQT_SLOT(showHelp()),
actionCollection(), "help_fsview" );
action->setToolTip(i18n("Show FSView manual"));
action->setWhatsThis(i18n("Opens the help browser with the "