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 --- korganizer/kocore.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'korganizer/kocore.h') diff --git a/korganizer/kocore.h b/korganizer/kocore.h index 9feaaf0a0..3b1a756fc 100644 --- a/korganizer/kocore.h +++ b/korganizer/kocore.h @@ -52,15 +52,15 @@ class KDE_EXPORT KOCore KOrg::CalendarDecoration *loadCalendarDecoration( KService::Ptr service ); KOrg::CalendarDecoration *loadCalendarDecoration( const TQString & ); - KOrg::Part *loadPart( KService::Ptr, KOrg::MainWindow *tqparent ); - KOrg::Part *loadPart( const TQString &, KOrg::MainWindow *tqparent ); + KOrg::Part *loadPart( KService::Ptr, KOrg::MainWindow *parent ); + KOrg::Part *loadPart( const TQString &, KOrg::MainWindow *parent ); KOrg::PrintPlugin *loadPrintPlugin( KService::Ptr service ); KOrg::PrintPlugin *loadPrintPlugin( const TQString & ); KOrg::CalendarDecoration::List calendarDecorations(); KOrg::PrintPlugin::List loadPrintPlugins(); - KOrg::Part::List loadParts( KOrg::MainWindow *tqparent ); + KOrg::Part::List loadParts( KOrg::MainWindow *parent ); void addXMLGUIClient( TQWidget*, KXMLGUIClient *guiclient ); void removeXMLGUIClient( TQWidget* ); @@ -70,7 +70,7 @@ class KDE_EXPORT KOCore Unload the parts in &p parts for this main window. Clears parts. */ - void unloadParts( KOrg::MainWindow *tqparent, KOrg::Part::List &parts ); + void unloadParts( KOrg::MainWindow *parent, KOrg::Part::List &parts ); void unloadPlugins(); void reloadPlugins(); @@ -79,7 +79,7 @@ class KDE_EXPORT KOCore Unloads the parts from the main window. Loads the parts that are listed in KOPrefs and returns a list of these parts. */ - KOrg::Part::List reloadParts( KOrg::MainWindow *tqparent, + KOrg::Part::List reloadParts( KOrg::MainWindow *parent, KOrg::Part::List &parts ); KPIM::IdentityManager* identityManager(); -- cgit v1.2.1