summaryrefslogtreecommitdiffstats
path: root/vcs/perforce/integrator/pfintegratordlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/perforce/integrator/pfintegratordlg.cpp')
-rw-r--r--vcs/perforce/integrator/pfintegratordlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs/perforce/integrator/pfintegratordlg.cpp b/vcs/perforce/integrator/pfintegratordlg.cpp
index e93e8b3e..8685b2f4 100644
--- a/vcs/perforce/integrator/pfintegratordlg.cpp
+++ b/vcs/perforce/integrator/pfintegratordlg.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
#include "pfintegratordlg.h"
-PFIntegratorDlg::PFIntegratorDlg(QWidget *parent, const char *name)
+PFIntegratorDlg::PFIntegratorDlg(TQWidget *parent, const char *name)
:PFIntegratorDlgBase(parent, name)
{
}
@@ -28,11 +28,11 @@ void PFIntegratorDlg::accept()
{
}
-void PFIntegratorDlg::init(const QString &/*projectName*/, const QString &/*projectLocation*/)
+void PFIntegratorDlg::init(const TQString &/*projectName*/, const TQString &/*projectLocation*/)
{
}
-QWidget *PFIntegratorDlg::self()
+TQWidget *PFIntegratorDlg::self()
{
return const_cast<PFIntegratorDlg*>(this);
}