summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/instrview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/instrview.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/instrview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecachegrind/tdecachegrind/instrview.cpp b/tdecachegrind/tdecachegrind/instrview.cpp
index ed3ad4de..5b819d6c 100644
--- a/tdecachegrind/tdecachegrind/instrview.cpp
+++ b/tdecachegrind/tdecachegrind/instrview.cpp
@@ -926,10 +926,10 @@ void InstrView::updateInstrItems()
}
}
-void InstrView::readViewConfig(KConfig* c,
+void InstrView::readViewConfig(TDEConfig* c,
TQString prefix, TQString postfix, bool)
{
- KConfigGroup* g = configGroup(c, prefix, postfix);
+ TDEConfigGroup* g = configGroup(c, prefix, postfix);
if (0) tqDebug("InstrView::readViewConfig");
@@ -938,10 +938,10 @@ void InstrView::readViewConfig(KConfig* c,
delete g;
}
-void InstrView::saveViewConfig(KConfig* c,
+void InstrView::saveViewConfig(TDEConfig* c,
TQString prefix, TQString postfix, bool)
{
- KConfigGroup g(c, (prefix+postfix).ascii());
+ TDEConfigGroup g(c, (prefix+postfix).ascii());
writeConfigEntry(&g, "ShowHexCode", _showHexCode, DEFAULT_SHOWHEXCODE);
}