From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- vcs/perforce/perforcepart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcs/perforce/perforcepart.h') 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; }; -- cgit v1.2.1