summaryrefslogtreecommitdiffstats
path: root/kfilereplace/knewprojectdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/knewprojectdlg.cpp')
-rw-r--r--kfilereplace/knewprojectdlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfilereplace/knewprojectdlg.cpp b/kfilereplace/knewprojectdlg.cpp
index b23c1eec..14221357 100644
--- a/kfilereplace/knewprojectdlg.cpp
+++ b/kfilereplace/knewprojectdlg.cpp
@@ -51,7 +51,7 @@
using namespace whatthisNameSpace;
-KNewProjectDlg::KNewProjectDlg(RCOptions* info, TQWidget *parent, const char *name) : KNewProjectDlgS(parent, name)
+KNewProjectDlg::KNewProjectDlg(RCOptions* info, TQWidget *tqparent, const char *name) : KNewProjectDlgS(tqparent, name)
{
m_searchNowFlag = "";
m_option = info;
@@ -94,7 +94,7 @@ void KNewProjectDlg::saveRCOptions()
void KNewProjectDlg::slotDir()
{
- TQString directoryString = KFileDialog::getExistingDirectory(TQString::null, this, i18n("Project Directory"));
+ TQString directoryString = KFileDialog::getExistingDirectory(TQString(), this, i18n("Project Directory"));
if(!directoryString.isEmpty())
m_cbLocation->setEditText(directoryString);
}
@@ -493,7 +493,7 @@ void KNewProjectDlg::setDatas(const TQString& directoryString, const TQString& f
m_cbFilter->setEditText(filterString);
}
-bool KNewProjectDlg::contains(TQListView* lv,const TQString& s, int column)
+bool KNewProjectDlg::tqcontains(TQListView* lv,const TQString& s, int column)
{
TQListViewItem* i = lv->firstChild();
while (i != 0)