diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:40:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:40:10 -0600 |
commit | 6363c8d6b860b6fa62d6b38eed1d94bb0f049f34 (patch) | |
tree | fbebea5373716391bdf2a1b0be8a6620de90c2f4 /plugins | |
parent | 65f52513ee53e5a78695817a0a1b82180e234d2c (diff) | |
download | kbfx-6363c8d6b860b6fa62d6b38eed1d94bb0f049f34.tar.gz kbfx-6363c8d6b860b6fa62d6b38eed1d94bb0f049f34.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/applications/kbfxplasmadataplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/applications/kbfxplasmadataplugin.cpp b/plugins/applications/kbfxplasmadataplugin.cpp index 43312ff..7272ef0 100644 --- a/plugins/applications/kbfxplasmadataplugin.cpp +++ b/plugins/applications/kbfxplasmadataplugin.cpp @@ -188,7 +188,7 @@ search ( TQString _keyword ) g->setName ( "Applications" ); - KTrader::OfferList offers = KTrader::self ()->query ( "Application" ); + TDETrader::OfferList offers = TDETrader::self ()->query ( "Application" ); int *count = new int; *count = 0; |