diff options
Diffstat (limited to 'kpdf/shell/main.cpp')
-rw-r--r-- | kpdf/shell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index 6c3a351c..5009ba12 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -50,7 +50,7 @@ int main(int argc, char** argv) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // see if we are starting with session management if (app.isRestored()) |