summaryrefslogtreecommitdiffstats
path: root/cervisia/editwithmenu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:50 -0600
commit0117fbed932653a04aeef16b2ed7edee858959ac (patch)
tree769ae82d3aec3a66184bd33b65843380b5265fbb /cervisia/editwithmenu.cpp
parent087f8d4521b0bc6614dc4b664b23674a7f5f5020 (diff)
downloadtdesdk-0117fbed932653a04aeef16b2ed7edee858959ac.tar.gz
tdesdk-0117fbed932653a04aeef16b2ed7edee858959ac.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/editwithmenu.cpp')
-rw-r--r--cervisia/editwithmenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/editwithmenu.cpp b/cervisia/editwithmenu.cpp
index d7d1044a..6be3a85e 100644
--- a/cervisia/editwithmenu.cpp
+++ b/cervisia/editwithmenu.cpp
@@ -39,13 +39,13 @@ EditWithMenu::EditWithMenu(const KURL& url, TQWidget* parent)
return;
}
- m_offers = KTrader::self()->query(type->name(), "Type == 'Application'");
+ m_offers = TDETrader::self()->query(type->name(), "Type == 'Application'");
if( !m_offers.isEmpty() )
{
m_menu = new TQPopupMenu();
- KTrader::OfferList::ConstIterator it = m_offers.begin();
+ TDETrader::OfferList::ConstIterator it = m_offers.begin();
for( int i = 0 ; it != m_offers.end(); ++it, ++i )
{
int id = m_menu->insertItem(SmallIcon((*it)->icon()),