summaryrefslogtreecommitdiffstats
path: root/korganizer/kocore.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch)
tree0212ba6d2c749043134005a41f2bd0379619d40f /korganizer/kocore.h
parent4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff)
downloadtdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz
tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip
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
Diffstat (limited to 'korganizer/kocore.h')
-rw-r--r--korganizer/kocore.h10
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();