diff options
Diffstat (limited to 'keduca/keducabuilder')
-rw-r--r-- | keduca/keducabuilder/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/main.cpp b/keduca/keducabuilder/main.cpp index 5fc0d052..eef58a77 100644 --- a/keduca/keducabuilder/main.cpp +++ b/keduca/keducabuilder/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication a; + TDEApplication a; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // start as KEduca Builder |