Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / tests / QxtFileLock / src / locktestclient.h
diff --git a/src/contrib/libqxt-2007-10-24/tests/QxtFileLock/src/locktestclient.h b/src/contrib/libqxt-2007-10-24/tests/QxtFileLock/src/locktestclient.h
deleted file mode 100644 (file)
index 5bb0f6f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef LOCKTESTCLIENT_H
-#define LOCKTESTCLIENT_H
-
-#include <QObject>
-
-/**
-       @author Benjamin Zeller <zbenjamin@libqxt.org>
-*/
-
-class QTcpSocket;
-
-class LockTestClient : public QObject
-{
-    Q_OBJECT
-    public:
-        LockTestClient(QObject *parent = 0);
-        ~LockTestClient();
-    
-    public slots:
-        void startTests();
-        
-    private:
-        QTcpSocket *socket;
-
-};
-
-#endif