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 --- certmanager/certificateinfowidget.ui | 2 +- certmanager/certificatewizard.ui | 2 +- certmanager/conf/appearanceconfigwidgetbase.ui | 2 +- certmanager/conf/dirservconfigpage.cpp | 2 +- certmanager/hierarchyanalyser.cpp | 2 +- certmanager/lib/ui/adddirectoryservicedialog.ui | 2 +- certmanager/lib/ui/backendconfigwidget.cpp | 2 +- certmanager/lib/ui/cryptoconfigmodule.cpp | 2 +- certmanager/lib/ui/directoryserviceswidgetbase.ui | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'certmanager') diff --git a/certmanager/certificateinfowidget.ui b/certmanager/certificateinfowidget.ui index 7549d1ecc..68f81f192 100644 --- a/certmanager/certificateinfowidget.ui +++ b/certmanager/certificateinfowidget.ui @@ -211,5 +211,5 @@ - + diff --git a/certmanager/certificatewizard.ui b/certmanager/certificatewizard.ui index 976eeb4fd..b0c2626a1 100644 --- a/certmanager/certificatewizard.ui +++ b/certmanager/certificatewizard.ui @@ -550,7 +550,7 @@ If you want to change anything, press Back and make your changes; otherwise, pre slotEmailAddressChanged(const TQString&) slotGenerateCertificate() - + klineedit.h kpushbutton.h diff --git a/certmanager/conf/appearanceconfigwidgetbase.ui b/certmanager/conf/appearanceconfigwidgetbase.ui index 584e7c215..0d97a877b 100644 --- a/certmanager/conf/appearanceconfigwidgetbase.ui +++ b/certmanager/conf/appearanceconfigwidgetbase.ui @@ -211,5 +211,5 @@ slotBoldClicked() slotStrikeoutClicked() - + diff --git a/certmanager/conf/dirservconfigpage.cpp b/certmanager/conf/dirservconfigpage.cpp index 9647f6b81..61a427d80 100644 --- a/certmanager/conf/dirservconfigpage.cpp +++ b/certmanager/conf/dirservconfigpage.cpp @@ -49,7 +49,7 @@ #include -#if 0 // disabled, since it is aptqparently confusing +#if 0 // disabled, since it is apparently confusing // For sync'ing kabldaprc class KABSynchronizer { diff --git a/certmanager/hierarchyanalyser.cpp b/certmanager/hierarchyanalyser.cpp index 39322abce..450c61814 100644 --- a/certmanager/hierarchyanalyser.cpp +++ b/certmanager/hierarchyanalyser.cpp @@ -54,7 +54,7 @@ void HierarchyAnalyser::slotNextKey( const GpgME::Key & key ) { return; if ( key.isRoot() || !key.chainID() || !*key.chainID() ) // root keys have themselves as issuer - we don't want them to - // have tqparents, though: + // have parents, though: mSubjectsByIssuer[0].push_back( key ); else mSubjectsByIssuer[key.chainID()].push_back( key ); diff --git a/certmanager/lib/ui/adddirectoryservicedialog.ui b/certmanager/lib/ui/adddirectoryservicedialog.ui index 822ed3442..fc6f07a2e 100644 --- a/certmanager/lib/ui/adddirectoryservicedialog.ui +++ b/certmanager/lib/ui/adddirectoryservicedialog.ui @@ -203,5 +203,5 @@ PushButton3 PushButton4 - + diff --git a/certmanager/lib/ui/backendconfigwidget.cpp b/certmanager/lib/ui/backendconfigwidget.cpp index d257cc6a8..7869b1d2b 100644 --- a/certmanager/lib/ui/backendconfigwidget.cpp +++ b/certmanager/lib/ui/backendconfigwidget.cpp @@ -88,7 +88,7 @@ public: /// deselect all except one for a given protocol type (radiobutton-like exclusivity) void deselectAll( const char * protocol, TQCheckListItem* except ); - void emitChanged() { static_cast( tqparentWidget() )->emitChanged( true ); } + void emitChanged() { static_cast( parentWidget() )->emitChanged( true ); } }; // Toplevel listviewitem for a given backend (e.g. "GpgME", "Kgpg/gpg v2") diff --git a/certmanager/lib/ui/cryptoconfigmodule.cpp b/certmanager/lib/ui/cryptoconfigmodule.cpp index c5ed43b1c..cd486a864 100644 --- a/certmanager/lib/ui/cryptoconfigmodule.cpp +++ b/certmanager/lib/ui/cryptoconfigmodule.cpp @@ -633,7 +633,7 @@ void Kleo::CryptoConfigEntryLDAPURL::slotOpenDialog() { // I'm a bad boy and I do it all on the stack. Enough classes already :) // This is just a simple dialog around the directory-services-widget - KDialogBase dialog( mPushButton->tqparentWidget(), 0, true /*modal*/, + KDialogBase dialog( mPushButton->parentWidget(), 0, true /*modal*/, i18n( "Configure LDAP Servers" ), KDialogBase::Default|KDialogBase::Cancel|KDialogBase::Ok, KDialogBase::Ok, true /*separator*/ ); diff --git a/certmanager/lib/ui/directoryserviceswidgetbase.ui b/certmanager/lib/ui/directoryserviceswidgetbase.ui index 7b26a695d..59a014618 100644 --- a/certmanager/lib/ui/directoryserviceswidgetbase.ui +++ b/certmanager/lib/ui/directoryserviceswidgetbase.ui @@ -338,5 +338,5 @@ By clicking this button, you can remove the currently selected directory service slotMoveUp() slotMoveDown() - + -- cgit v1.2.1