summaryrefslogtreecommitdiffstats
path: root/dcoppython/test/dcopserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/test/dcopserver/main.cpp')
-rw-r--r--dcoppython/test/dcopserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/test/dcopserver/main.cpp b/dcoppython/test/dcopserver/main.cpp
index 3a40016e..252ed80c 100644
--- a/dcoppython/test/dcopserver/main.cpp
+++ b/dcoppython/test/dcopserver/main.cpp
@@ -26,7 +26,7 @@ int main(int argc, char **argv)
about.addAuthor( "Julian Rockey", 0, "kde@jrockey.com" );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
KDEDcopTest *mainWin = 0;
if (app.isRestored())