summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/loaddmpdlg_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/loaddmpdlg_impl.cpp')
-rw-r--r--src/svnfrontend/loaddmpdlg_impl.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/svnfrontend/loaddmpdlg_impl.cpp b/src/svnfrontend/loaddmpdlg_impl.cpp
index 63954a2..48565b4 100644
--- a/src/svnfrontend/loaddmpdlg_impl.cpp
+++ b/src/svnfrontend/loaddmpdlg_impl.cpp
@@ -19,16 +19,16 @@
***************************************************************************/
#include "loaddmpdlg_impl.h"
-#include <qpushbutton.h>
-#include <qlabel.h>
+#include <tqpushbutton.h>
+#include <tqlabel.h>
#include <kurlrequester.h>
#include <klineedit.h>
-#include <qbuttongroup.h>
-#include <qradiobutton.h>
-#include <qcheckbox.h>
+#include <tqbuttongroup.h>
+#include <tqradiobutton.h>
+#include <tqcheckbox.h>
-LoadDmpDlg_impl::LoadDmpDlg_impl(QWidget *parent, const char *name)
- :LoadDmpDlg(parent, name)
+LoadDmpDlg_impl::LoadDmpDlg_impl(TQWidget *tqparent, const char *name)
+ :LoadDmpDlg(tqparent, name)
{
}
@@ -66,10 +66,10 @@ int LoadDmpDlg_impl::uuidAction()const
/*!
\fn LoadDmpDlg_impl::dumpFile()const
*/
-QString LoadDmpDlg_impl::dumpFile()const
+TQString LoadDmpDlg_impl::dumpFile()const
{
KURL u = m_Dumpfile->url();
- QString res = u.path();
+ TQString res = u.path();
while (res.endsWith("/")) {
res.truncate(res.length()-1);
}
@@ -80,10 +80,10 @@ QString LoadDmpDlg_impl::dumpFile()const
/*!
\fn LoadDmpDlg_impl::repository()const
*/
-QString LoadDmpDlg_impl::repository()const
+TQString LoadDmpDlg_impl::repository()const
{
KURL u = m_Repository->url();
- QString res = u.path();
+ TQString res = u.path();
while (res.endsWith("/")) {
res.truncate(res.length()-1);
}
@@ -92,11 +92,11 @@ QString LoadDmpDlg_impl::repository()const
/*!
- \fn LoadDmpDlg_impl::parentPath()const
+ \fn LoadDmpDlg_impl::tqparentPath()const
*/
-QString LoadDmpDlg_impl::parentPath()const
+TQString LoadDmpDlg_impl::tqparentPath()const
{
- QString res = m_Rootfolder->text();
+ TQString res = m_Rootfolder->text();
while (res.endsWith("/")) {
res.truncate(res.length()-1);
}