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