diff options
Diffstat (limited to 'kpresenter/KPrBgSpellCheck.cpp')
-rw-r--r-- | kpresenter/KPrBgSpellCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrBgSpellCheck.cpp b/kpresenter/KPrBgSpellCheck.cpp index efd84234e..add16a4b1 100644 --- a/kpresenter/KPrBgSpellCheck.cpp +++ b/kpresenter/KPrBgSpellCheck.cpp @@ -48,7 +48,7 @@ KPrBgSpellCheck::~KPrBgSpellCheck() KoTextIterator *KPrBgSpellCheck::createWholeDocIterator() const { - QValueList<KoTextObject *> objects = m_doc->visibleTextObjects( ); + TQValueList<KoTextObject *> objects = m_doc->visibleTextObjects( ); kdDebug()<<"Number of visible text objects = "<< objects.count() << endl; |