diff options
Diffstat (limited to 'tdeui/tests/kpixmapregionselectordialogtest.cpp')
-rw-r--r-- | tdeui/tests/kpixmapregionselectordialogtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kpixmapregionselectordialogtest.cpp b/tdeui/tests/kpixmapregionselectordialogtest.cpp index 41dfd0a57..84cc7ae65 100644 --- a/tdeui/tests/kpixmapregionselectordialogtest.cpp +++ b/tdeui/tests/kpixmapregionselectordialogtest.cpp @@ -15,7 +15,7 @@ int main(int argc, char**argv) { TDECmdLineArgs::init(argc, argv, "test", "test" ,"test" ,"1.0"); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app("test"); + TDEApplication app("test"); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->count()!=1) |