diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f4b4062..6f6c5c3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Timothy Pearson",0, "[email protected]"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; TopLevel toplevel; KWin::setSystemTrayWindowFor(toplevel.winId(), 0); |