diff options
Diffstat (limited to 'korganizer/kocore.h')
-rw-r--r-- | korganizer/kocore.h | 10 |
1 files changed, 5 insertions, 5 deletions
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(); |