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

diff --git a/lib/declarativelineedit.cpp b/lib/declarativelineedit.cpp
deleted file mode 100644 (file)
index cd0b2d9..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 "declarativelineedit_p.h"
-
-DeclarativeLineEdit::DeclarativeLineEdit(QObject *parent)
-  : DeclarativeWidgetProxy<QLineEdit>(parent)
-{
-  connectAllSignals(m_proxiedObject, this);
-}
-
-CUSTOM_METAOBJECT(DeclarativeLineEdit, QLineEdit)
diff --git a/lib/declarativelineedit_p.h b/lib/declarativelineedit_p.h
deleted file mode 100644 (file)
index 3c0530d..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 DECLARATIVELINEEDIT_P_H
-#define DECLARATIVELINEEDIT_P_H
-
-#include "declarativewidgetproxy_p.h"
-
-#include <QLineEdit>
-
-class DeclarativeLineEdit : public DeclarativeWidgetProxy<QLineEdit>
-{
-  DECLARATIVE_OBJECT
-
-  public:
-    explicit DeclarativeLineEdit(QObject *parent = 0);
-};
-
-#endif
index dfd6fa7..9118955 100644 (file)
@@ -33,7 +33,6 @@ HEADERS = \
   declarativelayoutextension.h \
   declarativelayoutproxy_p.h \
   declarativelcdnumber_p.h \
-  declarativelineedit_p.h \
   declarativelistview_p.h \
   declarativemainwindow_p.h \
   declarativemenubar_p.h \
@@ -97,7 +96,6 @@ SOURCES = \
   declarativeinputdialog.cpp \
   declarativelayoutextension.cpp \
   declarativelcdnumber.cpp \
-  declarativelineedit.cpp \
   declarativelistview.cpp \
   declarativemainwindow.cpp \
   declarativemenubar.cpp \