summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtXMLConsoleWidgetFactory.h')
-rw-r--r--Swift/QtUI/QtXMLConsoleWidgetFactory.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/Swift/QtUI/QtXMLConsoleWidgetFactory.h b/Swift/QtUI/QtXMLConsoleWidgetFactory.h
deleted file mode 100644
index b54c4b2..0000000
--- a/Swift/QtUI/QtXMLConsoleWidgetFactory.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2010 Remko Tronçon
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#pragma once
-
-#include "Swift/Controllers/UIInterfaces/XMLConsoleWidgetFactory.h"
-
-#include "QtXMLConsoleWidget.h"
-
-namespace Swift {
- class QtChatTabs;
- class QtXMLConsoleWidgetFactory : public XMLConsoleWidgetFactory {
- public:
- QtXMLConsoleWidgetFactory(QtChatTabs* tabs);
- XMLConsoleWidget* createXMLConsoleWidget();
- private:
- QtChatTabs* tabs_;
- };
-}