diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
commit | f8069e2ea048f2657cc417d83820576ec55c181b (patch) | |
tree | cbc5bf540866934a91e0f33b260fc7a25e191fad /cervisia/updateview.cpp | |
parent | e6aaa3624cc6179b82a9bfff1760e742a669064c (diff) | |
download | tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/updateview.cpp')
-rw-r--r-- | cervisia/updateview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/updateview.cpp b/cervisia/updateview.cpp index 52e44b2e..c05c1c3f 100644 --- a/cervisia/updateview.cpp +++ b/cervisia/updateview.cpp @@ -38,7 +38,7 @@ using Cervisia::Entry; using Cervisia::EntryStatus; -UpdateView::UpdateView(KConfig& partConfig, TQWidget *parent, const char *name) +UpdateView::UpdateView(TDEConfig& partConfig, TQWidget *parent, const char *name) : KListView(parent, name), m_partConfig(partConfig), m_unfoldingTree(false) @@ -531,7 +531,7 @@ void UpdateView::syncSelection() */ void UpdateView::updateColors() { - KConfigGroupSaver cs(&m_partConfig, "Colors"); + TDEConfigGroupSaver cs(&m_partConfig, "Colors"); m_partConfig.setGroup("Colors"); TQColor defaultColor = TQColor(255, 130, 130); |