From 563c54585088010ae6b1c49b925e408be345a303 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:55:08 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- libkonq/konq_historymgr.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libkonq/konq_historymgr.cc') diff --git a/libkonq/konq_historymgr.cc b/libkonq/konq_historymgr.cc index c9367130d..aaac8dfff 100644 --- a/libkonq/konq_historymgr.cc +++ b/libkonq/konq_historymgr.cc @@ -55,8 +55,8 @@ KonqHistoryManager::KonqHistoryManager( TQObject *parent, const char *name ) // take care of the completion object - m_pCompletion = new KCompletion; - m_pCompletion->setOrder( KCompletion::Weighted ); + m_pCompletion = new TDECompletion; + m_pCompletion->setOrder( TDECompletion::Weighted ); // and load the history loadHistory(); @@ -619,10 +619,10 @@ bool KonqHistoryManager::loadFallback() // tries to create a small KonqHistoryEntry out of a string, where the string // looks like "http://www.bla.com/bla.html:23" -// the attached :23 is the weighting from KCompletion +// the attached :23 is the weighting from TDECompletion KonqHistoryEntry * KonqHistoryManager::createFallbackEntry(const TQString& item) const { - // code taken from KCompletion::addItem(), adjusted to use weight = 1 + // code taken from TDECompletion::addItem(), adjusted to use weight = 1 uint len = item.length(); uint weight = 1; -- cgit v1.2.1