summaryrefslogtreecommitdiffstats
path: root/networkstatus/testservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'networkstatus/testservice.cpp')
-rw-r--r--networkstatus/testservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/networkstatus/testservice.cpp b/networkstatus/testservice.cpp
index 44211c696..809d9cd0b 100644
--- a/networkstatus/testservice.cpp
+++ b/networkstatus/testservice.cpp
@@ -21,7 +21,7 @@
#include <tqtimer.h>
#include <dcopclient.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "provideriface.h"
#include "testservice.h"
@@ -92,7 +92,7 @@ void TestService::slotStatusChange()
int main( int argc, char** argv )
{
- KApplication app(argc, argv, "testdcop");
+ TDEApplication app(argc, argv, "testdcop");
TestService * test = new TestService;
Q_UNUSED( test );
return app.exec();