From 929d7ae4f69d62b8f1f6d3506adf75f017753935 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfilereplace/kaddstringdlgs.ui | 2 +- kfilereplace/kfilereplacepart.cpp | 4 ++-- kfilereplace/kfilereplacepart.h | 2 +- kfilereplace/kfilereplaceview.cpp | 2 +- kfilereplace/kfilereplaceviewwdg.ui | 2 +- kfilereplace/knewprojectdlgs.ui | 2 +- kfilereplace/koptionsdlgs.ui | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kfilereplace') diff --git a/kfilereplace/kaddstringdlgs.ui b/kfilereplace/kaddstringdlgs.ui index 3cbf7c4f..820b1769 100644 --- a/kfilereplace/kaddstringdlgs.ui +++ b/kfilereplace/kaddstringdlgs.ui @@ -422,5 +422,5 @@ reject() - + diff --git a/kfilereplace/kfilereplacepart.cpp b/kfilereplace/kfilereplacepart.cpp index 25f6c7ca..c68821d7 100644 --- a/kfilereplace/kfilereplacepart.cpp +++ b/kfilereplace/kfilereplacepart.cpp @@ -60,11 +60,11 @@ typedef KParts::GenericFactory FileReplaceFactory; K_EXPORT_COMPONENT_FACTORY( libkfilereplacepart, FileReplaceFactory ) -KFileReplacePart::KFileReplacePart(TQWidget* tqparentWidget, const char* , TQObject* tqparent, const char* name, const TQStringList & ) : KParts::ReadOnlyPart(tqparent,name) +KFileReplacePart::KFileReplacePart(TQWidget* parentWidget, const char* , TQObject* tqparent, const char* name, const TQStringList & ) : KParts::ReadOnlyPart(tqparent,name) { setInstance(FileReplaceFactory::instance()); KGlobal::locale()->insertCatalogue("kfilereplace"); - m_parentWidget = tqparentWidget; + m_parentWidget = parentWidget; m_config = new KConfig("kfilereplacerc"); m_aboutDlg = 0; m_stop = false; diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h index 757a02d2..d0cdb443 100644 --- a/kfilereplace/kfilereplacepart.h +++ b/kfilereplace/kfilereplacepart.h @@ -47,7 +47,7 @@ class KFileReplacePart: public KParts::ReadOnlyPart int m_optionMask; public://Constructors - KFileReplacePart(TQWidget *tqparentWidget, + KFileReplacePart(TQWidget *parentWidget, const char *widgetName, TQObject *tqparent, const char *name, diff --git a/kfilereplace/kfilereplaceview.cpp b/kfilereplace/kfilereplaceview.cpp index f68e0c8f..10867844 100644 --- a/kfilereplace/kfilereplaceview.cpp +++ b/kfilereplace/kfilereplaceview.cpp @@ -257,7 +257,7 @@ void KFileReplaceView::slotResultEdit() if(!success) { TQString message = i18n("File %1 cannot be opened. Might be a DCOP problem.").tqarg(path); - KMessageBox::error(tqparentWidget(), message); + KMessageBox::error(parentWidget(), message); } } if (lviChild == lvi) diff --git a/kfilereplace/kfilereplaceviewwdg.ui b/kfilereplace/kfilereplaceviewwdg.ui index 65452482..bb3af48e 100644 --- a/kfilereplace/kfilereplaceviewwdg.ui +++ b/kfilereplace/kfilereplaceviewwdg.ui @@ -542,7 +542,7 @@ - + klistview.h klistview.h diff --git a/kfilereplace/knewprojectdlgs.ui b/kfilereplace/knewprojectdlgs.ui index a037ae02..7cb3b392 100644 --- a/kfilereplace/knewprojectdlgs.ui +++ b/kfilereplace/knewprojectdlgs.ui @@ -894,5 +894,5 @@ m_dedDateMin m_dedDateMax - + diff --git a/kfilereplace/koptionsdlgs.ui b/kfilereplace/koptionsdlgs.ui index 0347b879..2c377b15 100644 --- a/kfilereplace/koptionsdlgs.ui +++ b/kfilereplace/koptionsdlgs.ui @@ -343,5 +343,5 @@ m_chbFollowSymLinks m_chbIgnoreHidden - + -- cgit v1.2.3