diff options
Diffstat (limited to 'kcoloredit/main.cpp')
-rw-r--r-- | kcoloredit/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/main.cpp b/kcoloredit/main.cpp index d0d4893e..e92bbdca 100644 --- a/kcoloredit/main.cpp +++ b/kcoloredit/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; if (app.isRestored()) { |