summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/multiview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/multiview.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/multiview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecachegrind/tdecachegrind/multiview.cpp b/tdecachegrind/tdecachegrind/multiview.cpp
index 53307c5c..9bf384b0 100644
--- a/tdecachegrind/tdecachegrind/multiview.cpp
+++ b/tdecachegrind/tdecachegrind/multiview.cpp
@@ -165,7 +165,7 @@ void MultiView::doUpdate(int changeType)
}
-void MultiView::readViewConfig(KConfig* c,
+void MultiView::readViewConfig(TDEConfig* c,
TQString prefix, TQString postfix,
bool withOptions)
{
@@ -173,7 +173,7 @@ void MultiView::readViewConfig(KConfig* c,
prefix.ascii(), postfix.ascii());
TQString active;
- KConfigGroup* g = configGroup(c, prefix, postfix);
+ TDEConfigGroup* g = configGroup(c, prefix, postfix);
int n = g->readNumEntry("Panels", 1);
setChildCount(n);
setOrientation( (g->readEntry("Orientation") == TQString("Horizontal")) ?
@@ -200,11 +200,11 @@ void MultiView::readViewConfig(KConfig* c,
activeTV->setActive(true);
}
-void MultiView::saveViewConfig(KConfig* c,
+void MultiView::saveViewConfig(TDEConfig* c,
TQString prefix, TQString postfix,
bool withOptions)
{
- KConfigGroup g(c, (prefix+postfix).ascii());
+ TDEConfigGroup g(c, (prefix+postfix).ascii());
g.writeEntry("Panels", childCount());
g.writeEntry("Orientation",