summaryrefslogtreecommitdiffstats
path: root/khtml/test_regression.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/test_regression.cpp')
-rw-r--r--khtml/test_regression.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/test_regression.cpp b/khtml/test_regression.cpp
index 62785e204..172e63e4a 100644
--- a/khtml/test_regression.cpp
+++ b/khtml/test_regression.cpp
@@ -521,7 +521,7 @@ int main(int argc, char *argv[])
a.config()->writeEntry( "kjscupguard_alarmhandler", true );
a.config()->setGroup("HTML Settings");
a.config()->writeEntry("ReportJSErrors", false);
- KConfig cfg( "khtmlrc" );
+ TDEConfig cfg( "khtmlrc" );
cfg.setGroup("HTML Settings");
cfg.writeEntry( "StandardFont", HTML_DEFAULT_VIEW_SANSSERIF_FONT );
cfg.writeEntry( "FixedFont", HTML_DEFAULT_VIEW_FIXED_FONT );