diff options
Diffstat (limited to 'kxsldbg/main.cpp')
-rw-r--r-- | kxsldbg/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kxsldbg/main.cpp b/kxsldbg/main.cpp index 3ac3558e..34f936c6 100644 --- a/kxsldbg/main.cpp +++ b/kxsldbg/main.cpp @@ -23,7 +23,7 @@ int main(int argc, char **argv) about.addAuthor( "Keith Isdale", 0, "k_isdale@tpg.com.au" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // see if we are starting with session management if (app.isRestored()) |