diff options
Diffstat (limited to 'tdeui/tests/kfontdialogtest.cpp')
-rw-r--r-- | tdeui/tests/kfontdialogtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kfontdialogtest.cpp b/tdeui/tests/kfontdialogtest.cpp index 4ef49fec7..14edee074 100644 --- a/tdeui/tests/kfontdialogtest.cpp +++ b/tdeui/tests/kfontdialogtest.cpp @@ -33,7 +33,7 @@ { TDEApplication app( argc, argv, "KFontDialogTest" ); - KConfig aConfig; + TDEConfig aConfig; aConfig.setGroup( "KFontDialog-test" ); app.setFont(TQFont("Helvetica",12)); |