summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--malloryclient.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/malloryclient.cpp b/malloryclient.cpp
deleted file mode 100644
index d6c5db2..0000000
--- a/malloryclient.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// C++ Implementation: malloryclient
-//
-// Description:
-//
-//
-// Author: Remi Villatel <maxilys@tele2.fr>, (C) 2005
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-#include "malloryclient.h"
-
-MalloryClient::MalloryClient(TQObject *parent, const char *name)
- : KDecoration(parent, name)
-{
-}
-
-MalloryClient::~MalloryClient()
-{
-}
-
-#include "malloryclient.moc"