summaryrefslogtreecommitdiffstats
path: root/vcs/perforce/perforcepart.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/perforce/perforcepart.h')
-rw-r--r--vcs/perforce/perforcepart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/perforce/perforcepart.h b/vcs/perforce/perforcepart.h
index 462f53f6..81a94e1c 100644
--- a/vcs/perforce/perforcepart.h
+++ b/vcs/perforce/perforcepart.h
@@ -18,7 +18,7 @@
class Context;
class TQPopupMenu;
-class KAction;
+class TDEAction;
class PerforcePart : public KDevVersionControl
{
@@ -72,7 +72,7 @@ private:
void execCommand( const TQString& cmd, const TQString& filename );
void setupActions();
TQString popupfile;
- KAction *actionEdit, *actionRevert,
+ TDEAction *actionEdit, *actionRevert,
*actionSubmit, *actionSync,
*actionDiff, *actionAdd, *actionRemove;
};