summaryrefslogtreecommitdiffstats
path: root/korganizer/korgplugins.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:27 -0600
commitb440a9c608596cd88efdb3bfa4661c5e37efbe4b (patch)
tree83fe0c80cbb2bbcfefac383520869fe3a64e88f1 /korganizer/korgplugins.cpp
parent6dea9442526e5ebacf313ad387c7dff4b87a53bf (diff)
downloadtdepim-b440a9c608596cd88efdb3bfa4661c5e37efbe4b.tar.gz
tdepim-b440a9c608596cd88efdb3bfa4661c5e37efbe4b.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'korganizer/korgplugins.cpp')
-rw-r--r--korganizer/korgplugins.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/korgplugins.cpp b/korganizer/korgplugins.cpp
index 3d371f9da..8b2a5343b 100644
--- a/korganizer/korgplugins.cpp
+++ b/korganizer/korgplugins.cpp
@@ -39,8 +39,8 @@ int main(int argc,char **argv)
TDEApplication app;
- KTrader::OfferList plugins = KOCore::self()->availablePlugins();
- KTrader::OfferList::ConstIterator it;
+ TDETrader::OfferList plugins = KOCore::self()->availablePlugins();
+ TDETrader::OfferList::ConstIterator it;
for(it = plugins.begin(); it != plugins.end(); ++it) {
kdDebug(5850) << "Plugin: " << (*it)->desktopEntryName() << " ("
<< (*it)->name() << ")" << endl;