From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knode/kngroup.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'knode/kngroup.cpp') diff --git a/knode/kngroup.cpp b/knode/kngroup.cpp index e55bee10e..3584e7447 100644 --- a/knode/kngroup.cpp +++ b/knode/kngroup.cpp @@ -71,7 +71,7 @@ void KNGroup::updateListItem() if(!l_istItem) return; l_istItem->setTotalCount( c_ount ); l_istItem->setUnreadCount( c_ount - r_eadCount - i_gnoreCount ); - l_istItem->repaint(); + l_istItem->tqrepaint(); } @@ -133,7 +133,7 @@ void KNGroup::saveInfo() info.writeEntry("dynDataFormat", d_ynDataFormat); info.writeEntry("name", n_ame); info.writeEntry("useCharset", u_seCharset); - info.writeEntry("defaultChSet", TQString::fromLatin1(d_efaultChSet)); + info.writeEntry("defaultChSet", TQString::tqfromLatin1(d_efaultChSet)); switch (s_tatus) { case unknown: info.writeEntry("status","unknown"); break; @@ -492,7 +492,7 @@ void KNGroup::insortNewHeaders(TQStrList *hdrs, TQStrList *hdrfmt, KNProtocolCli } // now we build the threads - syncSearchIndex(); // recreate the msgId-index so it contains the appended headers + syncSearchIndex(); // recreate the msgId-index so it tqcontains the appended headers buildThreads(added_cnt, client); updateThreadInfo(); @@ -904,7 +904,7 @@ void KNGroup::scoreArticles(bool onlynew) kdDebug(5003) << "scoring " << newCount() << " articles" << endl; kdDebug(5003) << "(total " << length() << " article in group)" << endl; knGlobals.top->setCursorBusy(true); - knGlobals.setStatusMsg(i18n(" Scoring...")); + knGlobals.seStatusMsg(i18n(" Scoring...")); int defScore; KScoringManager *sm = knGlobals.scoringManager(); @@ -936,7 +936,7 @@ void KNGroup::scoreArticles(bool onlynew) incReadCount(); } - knGlobals.setStatusMsg(TQString::null); + knGlobals.seStatusMsg(TQString::null); knGlobals.top->setCursorBusy(false); //kdDebug(5003) << KNScorableArticle::notifyC->collection() << endl; @@ -951,7 +951,7 @@ void KNGroup::reorganize() kdDebug(5003) << "KNGroup::reorganize()" << endl; knGlobals.top->setCursorBusy(true); - knGlobals.setStatusMsg(i18n(" Reorganizing headers...")); + knGlobals.seStatusMsg(i18n(" Reorganizing headers...")); for(int idx=0; idxheaderView()->repaint(); - knGlobals.setStatusMsg(TQString::null); + knGlobals.top->headerView()->tqrepaint(); + knGlobals.seStatusMsg(TQString::null); knGlobals.top->setCursorBusy(false); } -- cgit v1.2.1