diff options
Diffstat (limited to 'kword/KWMailMergeDataSource.cpp')
-rw-r--r-- | kword/KWMailMergeDataSource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWMailMergeDataSource.cpp b/kword/KWMailMergeDataSource.cpp index d21c4bd02..924c665d7 100644 --- a/kword/KWMailMergeDataSource.cpp +++ b/kword/KWMailMergeDataSource.cpp @@ -1,7 +1,7 @@ #include "KWMailMergeDataSource.h" #include "KWMailMergeDataSource.moc" -KWMailMergeDataSource::KWMailMergeDataSource(KInstance* inst,TQObject *parent): TQObject(parent), +KWMailMergeDataSource::KWMailMergeDataSource(TDEInstance* inst,TQObject *parent): TQObject(parent), DCOPObject(TQCString(parent->name())+".plugin_loading"),m_instance(inst) { } |