DeclarativeRadioButton not needed anymore
authorKevin Krammer <kevin.krammer@kdab.com>
Wed, 9 Jan 2013 10:47:17 +0000 (11:47 +0100)
committerKevin Krammer <kevin.krammer@kdab.com>
Wed, 9 Jan 2013 11:30:03 +0000 (12:30 +0100)
lib/declarativeradiobutton.cpp [deleted file]
lib/declarativeradiobutton_p.h [deleted file]
lib/lib.pro

diff --git a/lib/declarativeradiobutton.cpp b/lib/declarativeradiobutton.cpp
deleted file mode 100644 (file)
index 49dd3e2..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
-  Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
-  Author: Kevin Krammer, krake@kdab.com
-  Author: Tobias Koenig, tokoe@kdab.com
-
-  This program is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License along
-  with this program; if not, write to the Free Software Foundation, Inc.,
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-*/
-
-#include "declarativeradiobutton_p.h"
-
-DeclarativeRadioButton::DeclarativeRadioButton(QObject *parent)
-  : DeclarativeWidgetProxy<QRadioButton>(parent)
-{
-  connectAllSignals(m_proxiedObject, this);
-}
-
-CUSTOM_METAOBJECT(DeclarativeRadioButton, QRadioButton)
diff --git a/lib/declarativeradiobutton_p.h b/lib/declarativeradiobutton_p.h
deleted file mode 100644 (file)
index de12acc..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
-  Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
-  Author: Kevin Krammer, krake@kdab.com
-  Author: Tobias Koenig, tokoe@kdab.com
-
-  This program is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License along
-  with this program; if not, write to the Free Software Foundation, Inc.,
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-*/
-
-#ifndef DECLARATIVERADIOBUTTON_P_H
-#define DECLARATIVERADIOBUTTON_P_H
-
-#include "declarativewidgetproxy_p.h"
-
-#include <QRadioButton>
-
-class DeclarativeRadioButton : public DeclarativeWidgetProxy<QRadioButton>
-{
-  DECLARATIVE_OBJECT
-
-  public:
-    explicit DeclarativeRadioButton(QObject *parent = 0);
-};
-
-#endif
index 3423c4a..dfd6fa7 100644 (file)
@@ -43,7 +43,6 @@ HEADERS = \
   declarativeobjectproxy_p.h \
   declarativeplaintextedit_p.h \
   declarativeprogressbar_p.h \
-  declarativeradiobutton_p.h \
   declarativescrollarea_p.h \
   declarativescrollbar_p.h \
   declarativeseparator_p.h \
@@ -107,7 +106,6 @@ SOURCES = \
   declarativeobjectextension.cpp \
   declarativeplaintextedit.cpp \
   declarativeprogressbar.cpp \
-  declarativeradiobutton.cpp \
   declarativescrollarea.cpp \
   declarativescrollbar.cpp \
   declarativeseparator.cpp \