summaryrefslogtreecommitdiff
path: root/kde/daemon/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kde/daemon/main.cpp')
-rw-r--r--kde/daemon/main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/kde/daemon/main.cpp b/kde/daemon/main.cpp
deleted file mode 100644
index 89e8c4a..0000000
--- a/kde/daemon/main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <kapplication.h>
-#include <kcmdlineargs.h>
-#include <kdebug.h>
-#include <klocale.h>
-
-#include "handler.h"
-
-int main( int argc, char* argv[] )
- {
- KCmdLineArgs::init( argc, argv, "dapi_kde", I18N_NOOP( "dapi_kde" ), I18N_NOOP( "dapi_kde" ), "0.1" );
- KApplication app;
- KDapiHandler handler;
- return app.exec();
- }