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 205fd48f7..4ef49fec7 100644 --- a/tdeui/tests/kfontdialogtest.cpp +++ b/tdeui/tests/kfontdialogtest.cpp @@ -31,7 +31,7 @@ int main( int argc, char **argv ) { - KApplication app( argc, argv, "KFontDialogTest" ); + TDEApplication app( argc, argv, "KFontDialogTest" ); KConfig aConfig; aConfig.setGroup( "KFontDialog-test" ); |