diff options
Diffstat (limited to 'korganizer/kocore.h')
-rw-r--r-- | korganizer/kocore.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/korganizer/kocore.h b/korganizer/kocore.h index f28382635..9feaaf0a0 100644 --- a/korganizer/kocore.h +++ b/korganizer/kocore.h @@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KOCORE_H #define 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 *parent ); - KOrg::Part *loadPart( const TQString &, KOrg::MainWindow *parent ); + KOrg::Part *loadPart( KService::Ptr, KOrg::MainWindow *tqparent ); + KOrg::Part *loadPart( const TQString &, KOrg::MainWindow *tqparent ); 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 *parent ); + KOrg::Part::List loadParts( KOrg::MainWindow *tqparent ); 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 *parent, KOrg::Part::List &parts ); + void unloadParts( KOrg::MainWindow *tqparent, 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 *parent, + KOrg::Part::List reloadParts( KOrg::MainWindow *tqparent, KOrg::Part::List &parts ); KPIM::IdentityManager* identityManager(); |