summaryrefslogtreecommitdiffstats
path: root/kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp')
-rw-r--r--kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp b/kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp
index acfd0b2b..108516dc 100644
--- a/kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp
+++ b/kspread/plugins/scripting/kspreadcore/kspreadcoremodule.cpp
@@ -45,9 +45,9 @@ using namespace Kross::KSpreadCore;
KSpreadCoreModule::KSpreadCoreModule(Kross::Api::Manager* manager)
: Kross::Api::Module("kspreadcore") , m_manager(manager)
{
- QMap<QString, Object::Ptr> children = manager->getChildren();
- kdDebug() << " there are " << children.size() << endl;
- for(QMap<QString, Object::Ptr>::const_iterator it = children.begin(); it != children.end(); it++)
+ TQMap<TQString, Object::Ptr> tqchildren = manager->getChildren();
+ kdDebug() << " there are " << tqchildren.size() << endl;
+ for(TQMap<TQString, Object::Ptr>::const_iterator it = tqchildren.begin(); it != tqchildren.end(); it++)
{
kdDebug() << it.key() << " " << it.data() << endl;
}
@@ -76,7 +76,7 @@ KSpreadCoreModule::~KSpreadCoreModule()
}
-const QString KSpreadCoreModule::getClassName() const
+const TQString KSpreadCoreModule::getClassName() const
{
return "Kross::KSpreadCore::KSpreadCoreModule";
}