summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/instrview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/instrview.h')
-rw-r--r--tdecachegrind/tdecachegrind/instrview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecachegrind/tdecachegrind/instrview.h b/tdecachegrind/tdecachegrind/instrview.h
index 882f4e99..f5e847ad 100644
--- a/tdecachegrind/tdecachegrind/instrview.h
+++ b/tdecachegrind/tdecachegrind/instrview.h
@@ -42,8 +42,8 @@ public:
virtual TQWidget* widget() { return this; }
TQString whatsThis() const;
- void readViewConfig(KConfig*, TQString prefix, TQString postfix, bool);
- void saveViewConfig(KConfig*, TQString prefix, TQString postfix, bool);
+ void readViewConfig(TDEConfig*, TQString prefix, TQString postfix, bool);
+ void saveViewConfig(TDEConfig*, TQString prefix, TQString postfix, bool);
protected:
int arrowLevels() { return _arrowLevels; }