diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 10:52:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 10:52:50 -0600 |
commit | 0117fbed932653a04aeef16b2ed7edee858959ac (patch) | |
tree | 769ae82d3aec3a66184bd33b65843380b5265fbb /cervisia/editwithmenu.h | |
parent | 087f8d4521b0bc6614dc4b664b23674a7f5f5020 (diff) | |
download | tdesdk-0117fbed932653a04aeef16b2ed7edee858959ac.tar.gz tdesdk-0117fbed932653a04aeef16b2ed7edee858959ac.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/editwithmenu.h')
-rw-r--r-- | cervisia/editwithmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/editwithmenu.h b/cervisia/editwithmenu.h index 9961b61f..1f2b1b7b 100644 --- a/cervisia/editwithmenu.h +++ b/cervisia/editwithmenu.h @@ -43,7 +43,7 @@ private slots: void itemActivated(int); private: - KTrader::OfferList m_offers; + TDETrader::OfferList m_offers; TQPopupMenu* m_menu; KURL m_url; }; |