summaryrefslogtreecommitdiffstats
path: root/kchart/kchart_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchart_factory.cc')
-rw-r--r--kchart/kchart_factory.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/kchart/kchart_factory.cc b/kchart/kchart_factory.cc
index 7c3fb0e7..4c3f7864 100644
--- a/kchart/kchart_factory.cc
+++ b/kchart/kchart_factory.cc
@@ -17,8 +17,8 @@
namespace KChart
{
-KInstance *KChartFactory::s_global = 0;
-KAboutData *KChartFactory::s_aboutData = 0;
+TDEInstance *KChartFactory::s_global = 0;
+TDEAboutData *KChartFactory::s_aboutData = 0;
KChartFactory::KChartFactory( TQObject* parent, const char* name )
@@ -56,7 +56,7 @@ KParts::Part* KChartFactory::createPartObject( TQWidget *parentWidget,
}
-KAboutData* KChartFactory::aboutData()
+TDEAboutData* KChartFactory::aboutData()
{
if( !s_aboutData )
s_aboutData = newKChartAboutData();
@@ -64,11 +64,11 @@ KAboutData* KChartFactory::aboutData()
}
-KInstance* KChartFactory::global()
+TDEInstance* KChartFactory::global()
{
if ( !s_global )
{
- s_global = new KInstance(aboutData());
+ s_global = new TDEInstance(aboutData());
s_global->dirs()->addResourceType( "kchart_template",
KStandardDirs::kde_default("data") + "kchart/templates/");
// Tell the iconloader about share/apps/koffice/icons