summaryrefslogtreecommitdiffstats
path: root/vcs/perforce/integrator/perforceintegrator.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/perforce/integrator/perforceintegrator.h')
-rw-r--r--vcs/perforce/integrator/perforceintegrator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs/perforce/integrator/perforceintegrator.h b/vcs/perforce/integrator/perforceintegrator.h
index b76f8de8..875d9a73 100644
--- a/vcs/perforce/integrator/perforceintegrator.h
+++ b/vcs/perforce/integrator/perforceintegrator.h
@@ -29,11 +29,11 @@ class PerforceIntegrator : public KDevVCSIntegrator
Q_OBJECT
TQ_OBJECT
public:
- PerforceIntegrator(TQObject* tqparent, const char* name, const TQStringList args = TQStringList());
+ PerforceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList());
~PerforceIntegrator();
- virtual VCSDialog* fetcher(TQWidget* tqparent);
- virtual VCSDialog* integrator(TQWidget* tqparent);
+ virtual VCSDialog* fetcher(TQWidget* parent);
+ virtual VCSDialog* integrator(TQWidget* parent);
};