From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/conf/appearanceconfigpage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'certmanager/conf/appearanceconfigpage.cpp') diff --git a/certmanager/conf/appearanceconfigpage.cpp b/certmanager/conf/appearanceconfigpage.cpp index 90720508a..cbb64ef21 100644 --- a/certmanager/conf/appearanceconfigpage.cpp +++ b/certmanager/conf/appearanceconfigpage.cpp @@ -38,8 +38,8 @@ #include -AppearanceConfigurationPage::AppearanceConfigurationPage( TQWidget * tqparent, const char * name ) - : KCModule( tqparent, name ) +AppearanceConfigurationPage::AppearanceConfigurationPage( TQWidget * parent, const char * name ) + : KCModule( parent, name ) { TQVBoxLayout* lay = new TQVBoxLayout( this ); mWidget = new Kleo::AppearanceConfigWidget( this ); @@ -70,10 +70,10 @@ void AppearanceConfigurationPage::defaults() extern "C" { - KDE_EXPORT KCModule *create_kleopatra_config_appear( TQWidget *tqparent, const char * ) + KDE_EXPORT KCModule *create_kleopatra_config_appear( TQWidget *parent, const char * ) { AppearanceConfigurationPage *page = - new AppearanceConfigurationPage( tqparent, "kleopatra_config_appear" ); + new AppearanceConfigurationPage( parent, "kleopatra_config_appear" ); return page; } } -- cgit v1.2.1