summaryrefslogtreecommitdiffstats
path: root/krootbacking/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krootbacking/main.cpp')
-rw-r--r--krootbacking/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krootbacking/main.cpp b/krootbacking/main.cpp
index 1b6f82011..c1a36f54e 100644
--- a/krootbacking/main.cpp
+++ b/krootbacking/main.cpp
@@ -52,7 +52,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
// no session.. just start up normally
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();