summaryrefslogtreecommitdiffstats
path: root/korganizer/kocore.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /korganizer/kocore.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/kocore.h')
-rw-r--r--korganizer/kocore.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/korganizer/kocore.h b/korganizer/kocore.h
index 0cfa7011..f2838263 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;
};