From dfb7562b7e607f0ae077a6a436966203029df56d 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/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korn/ChangeLog | 2 +- korn/dockeditem.h | 4 ++-- korn/hvitem.cpp | 2 +- korn/kornaccountcfg.ui | 2 +- korn/kornboxcfg.ui | 2 +- korn/korncfg.ui | 2 +- korn/progress_dialog.ui | 2 +- korn/subjectsdlg.cpp | 2 +- korn/systemtray.h | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) (limited to 'korn') diff --git a/korn/ChangeLog b/korn/ChangeLog index d759fb3f3..e644587e3 100644 --- a/korn/ChangeLog +++ b/korn/ChangeLog @@ -27,7 +27,7 @@ 1999-06-23 Cristian Tibirna * temporarily take care of korn (with Taj's blessing) - * fix most of the tqlayouts (/me being too stupid to fix Taj's nice + * fix most of the layouts (/me being too stupid to fix Taj's nice custom tqlayout classes, I switched completely to pure QLayouts) * fixed most of the i18n * made FileDialogs start with the current path by default (instead no diff --git a/korn/dockeditem.h b/korn/dockeditem.h index a80c17879..4500d8776 100644 --- a/korn/dockeditem.h +++ b/korn/dockeditem.h @@ -39,9 +39,9 @@ class DockedItem : public BoxContainerItem TQ_OBJECT public: /** - * This contructor gives all it parameters to its tqparents. + * This contructor gives all it parameters to its parents. * @param parant The tqparent window - * @param name The name of the TQObject's tqparents. + * @param name The name of the TQObject's parents. */ DockedItem( TQWidget * tqparent = 0, const char * name = 0 ); /** diff --git a/korn/hvitem.cpp b/korn/hvitem.cpp index bc47e9e77..fa4190d3e 100644 --- a/korn/hvitem.cpp +++ b/korn/hvitem.cpp @@ -46,7 +46,7 @@ HVItem::HVItem( TQWidget *tqparent, const char *name ) HVItem::~HVItem() { - //Let everything be deleted by his tqparents. + //Let everything be deleted by his parents. } void HVItem::showBox() diff --git a/korn/kornaccountcfg.ui b/korn/kornaccountcfg.ui index 9152c3af4..9a640718e 100644 --- a/korn/kornaccountcfg.ui +++ b/korn/kornaccountcfg.ui @@ -237,7 +237,7 @@ slotProtocolChanged( const TQString& ) - + kurlrequester.h klineedit.h diff --git a/korn/kornboxcfg.ui b/korn/kornboxcfg.ui index f12cf606a..3d9ca6092 100644 --- a/korn/kornboxcfg.ui +++ b/korn/kornboxcfg.ui @@ -1677,7 +1677,7 @@ slotNormalAnimToggled( bool ) slotNewAnimToggled( bool ) - + kcolorbutton.h kcolorbutton.h diff --git a/korn/korncfg.ui b/korn/korncfg.ui index baa766dd8..8707cecc6 100644 --- a/korn/korncfg.ui +++ b/korn/korncfg.ui @@ -172,5 +172,5 @@ slotSetDefaults( const TQString&, const int, KConfig* ) slotEditBox() - + diff --git a/korn/progress_dialog.ui b/korn/progress_dialog.ui index c5d93ce1f..e56703418 100644 --- a/korn/progress_dialog.ui +++ b/korn/progress_dialog.ui @@ -116,5 +116,5 @@ setProgress( int number ) cancelbutton() - + diff --git a/korn/subjectsdlg.cpp b/korn/subjectsdlg.cpp index 333021c52..593ea212b 100644 --- a/korn/subjectsdlg.cpp +++ b/korn/subjectsdlg.cpp @@ -61,7 +61,7 @@ KornSubjectsDlg::KornSubjectsDlg( TQWidget *tqparent ) setModal( true ); // The dialog contains a list view and several buttons. - // Two box tqlayouts hol dthem. + // Two box layouts hol dthem. TQWidget * page = new TQWidget( this ); setMainWidget(page); invertSelButton = new KPushButton(i18n("&Invert Selection"), page); diff --git a/korn/systemtray.h b/korn/systemtray.h index 6338ae57e..54fba1a4f 100644 --- a/korn/systemtray.h +++ b/korn/systemtray.h @@ -34,9 +34,9 @@ class SystemTray : public KSystemTray TQ_OBJECT public: /** - * This contructor gives all it parameters to its tqparents. + * This contructor gives all it parameters to its parents. * @param parant The tqparent window - * @param name The name of the TQObject's tqparents. + * @param name The name of the TQObject's parents. */ SystemTray( TQWidget * tqparent = 0, const char * name = 0 ); /** -- cgit v1.2.1