summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:10:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:10:05 -0600
commit74a2067d286867e313f736d6733407586b71195e (patch)
tree182ea565d6909db1541424e4ffb3168b4b139c21 /konq-plugins/fsview
parent081670a12774435ae60cf8eba9226b91d27852b3 (diff)
downloadtdeaddons-74a2067d286867e313f736d6733407586b71195e.tar.gz
tdeaddons-74a2067d286867e313f736d6733407586b71195e.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'konq-plugins/fsview')
-rw-r--r--konq-plugins/fsview/fsview_part.cpp14
-rw-r--r--konq-plugins/fsview/fsview_part.h4
2 files changed, 9 insertions, 9 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 "
diff --git a/konq-plugins/fsview/fsview_part.h b/konq-plugins/fsview/fsview_part.h
index 3cd4f97..0af12d5 100644
--- a/konq-plugins/fsview/fsview_part.h
+++ b/konq-plugins/fsview/fsview_part.h
@@ -30,7 +30,7 @@
#include "fsview.h"
class TDEAboutData;
-class KActionMenu;
+class TDEActionMenu;
class FSViewPart;
@@ -119,7 +119,7 @@ private:
FSView* _view;
FSJob* _job;
FSViewBrowserExtension* _ext;
- KActionMenu *_visMenu, *_areaMenu, *_depthMenu, *_colorMenu;
+ TDEActionMenu *_visMenu, *_areaMenu, *_depthMenu, *_colorMenu;
};
#endif // FSVIEW_PART_H