diff options
Diffstat (limited to 'korganizer/kocore.h')
-rw-r--r-- | korganizer/kocore.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/korganizer/kocore.h b/korganizer/kocore.h index 0cfa7011e..f28382635 100644 --- a/korganizer/kocore.h +++ b/korganizer/kocore.h @@ -47,24 +47,24 @@ class KDE_EXPORT KOCore KTrader::OfferList availablePrintPlugins(); KOrg::Plugin *loadPlugin( KService::Ptr service ); - KOrg::Plugin *loadPlugin( const QString & ); + KOrg::Plugin *loadPlugin( const TQString & ); KOrg::CalendarDecoration *loadCalendarDecoration( KService::Ptr service ); - KOrg::CalendarDecoration *loadCalendarDecoration( const QString & ); + KOrg::CalendarDecoration *loadCalendarDecoration( const TQString & ); KOrg::Part *loadPart( KService::Ptr, KOrg::MainWindow *parent ); - KOrg::Part *loadPart( const QString &, KOrg::MainWindow *parent ); + KOrg::Part *loadPart( const TQString &, KOrg::MainWindow *parent ); KOrg::PrintPlugin *loadPrintPlugin( KService::Ptr service ); - KOrg::PrintPlugin *loadPrintPlugin( const QString & ); + KOrg::PrintPlugin *loadPrintPlugin( const TQString & ); KOrg::CalendarDecoration::List calendarDecorations(); KOrg::PrintPlugin::List loadPrintPlugins(); KOrg::Part::List loadParts( KOrg::MainWindow *parent ); - void addXMLGUIClient( QWidget*, KXMLGUIClient *guiclient ); - void removeXMLGUIClient( QWidget* ); - KXMLGUIClient *xmlguiClient( QWidget* ) const; + void addXMLGUIClient( TQWidget*, KXMLGUIClient *guiclient ); + void removeXMLGUIClient( TQWidget* ); + KXMLGUIClient *xmlguiClient( TQWidget* ) const; /** Unload the parts in &p parts for this main window. Clears @@ -87,7 +87,7 @@ class KDE_EXPORT KOCore protected: KOCore(); - KTrader::OfferList availablePlugins( const QString &type, + KTrader::OfferList availablePlugins( const TQString &type, int pluginInterfaceVersion = -1 ); private: @@ -96,7 +96,7 @@ class KDE_EXPORT KOCore KOrg::CalendarDecoration::List mCalendarDecorations; bool mCalendarDecorationsLoaded; - QMap<QWidget*, KXMLGUIClient*> mXMLGUIClients; + TQMap<TQWidget*, KXMLGUIClient*> mXMLGUIClients; KPIM::IdentityManager *mIdentityManager; }; |