diff options
Diffstat (limited to 'lib/koproperty')
-rw-r--r-- | lib/koproperty/test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/test/main.cpp b/lib/koproperty/test/main.cpp index b28a8034..2ac77391 100644 --- a/lib/koproperty/test/main.cpp +++ b/lib/koproperty/test/main.cpp @@ -41,7 +41,7 @@ int main(int argc, char **argv) about.addAuthor( "Cedric Pasteur", 0, "cedric.pasteur@free.fr" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; Test *mainWin = 0; if (app.isRestored()) |