summaryrefslogtreecommitdiffstats
path: root/kviewshell/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/main.cpp')
-rw-r--r--kviewshell/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/main.cpp b/kviewshell/main.cpp
index ec826196..95b5e9d8 100644
--- a/kviewshell/main.cpp
+++ b/kviewshell/main.cpp
@@ -64,7 +64,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options ); // Add my own options.
- KApplication app;
+ TDEApplication app;
// see if we are starting with session management
if (app.isRestored())