diff options
Diffstat (limited to 'kresources/featureplan/dumpfeaturelist.cpp')
-rw-r--r-- | kresources/featureplan/dumpfeaturelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/featureplan/dumpfeaturelist.cpp b/kresources/featureplan/dumpfeaturelist.cpp index 19e9a3fb2..efab2cae6 100644 --- a/kresources/featureplan/dumpfeaturelist.cpp +++ b/kresources/featureplan/dumpfeaturelist.cpp @@ -74,7 +74,7 @@ int main( int argc, char **argv ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app( false, false ); + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |