diff options
Diffstat (limited to 'vcs/perforce/integrator/perforceintegrator.h')
-rw-r--r-- | vcs/perforce/integrator/perforceintegrator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcs/perforce/integrator/perforceintegrator.h b/vcs/perforce/integrator/perforceintegrator.h index a47c7ee7..1d047826 100644 --- a/vcs/perforce/integrator/perforceintegrator.h +++ b/vcs/perforce/integrator/perforceintegrator.h @@ -22,17 +22,17 @@ #include <kdevvcsintegrator.h> -#include <qstringlist.h> +#include <tqstringlist.h> class PerforceIntegrator : public KDevVCSIntegrator { Q_OBJECT public: - PerforceIntegrator(QObject* parent, const char* name, const QStringList args = QStringList()); + PerforceIntegrator(TQObject* parent, const char* name, const TQStringList args = TQStringList()); ~PerforceIntegrator(); - virtual VCSDialog* fetcher(QWidget* parent); - virtual VCSDialog* integrator(QWidget* parent); + virtual VCSDialog* fetcher(TQWidget* parent); + virtual VCSDialog* integrator(TQWidget* parent); }; |