From kde-commits Sat Nov 30 23:03:22 2013 From: Alex Richardson Date: Sat, 30 Nov 2013 23:03:22 +0000 To: kde-commits Subject: [okteta/kf5-port] parts/kbytesedit: The khexedit interfaces have been removed in KF5 Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138585261211241 Git commit 3e4fc56daf9ce16338263c63d7719cbfb8290a1b by Alex Richardson. Committed on 30/11/2013 at 23:03. Pushed by arichardson into branch 'kf5-port'. The khexedit interfaces have been removed in KF5 M +1 -13 parts/kbytesedit/kbytearrayedit.h http://commits.kde.org/okteta/3e4fc56daf9ce16338263c63d7719cbfb8290a1b diff --git a/parts/kbytesedit/kbytearrayedit.h b/parts/kbytesedit/kbytearra= yedit.h index ae3aa7e..ff985a3 100644 --- a/parts/kbytesedit/kbytearrayedit.h +++ b/parts/kbytesedit/kbytearrayedit.h @@ -46,21 +46,9 @@ class ByteArrayColumnView; @author Friedrich W. H. Kossebau @version 0.1 **/ -class KByteArrayEdit : public QWidget, - public KHE::BytesEditInterface, - public KHE::ValueColumnInterface, - public KHE::CharColumnInterface, - public KHE::ZoomInterface, - public KHE::ClipboardInterface +class KByteArrayEdit : public QWidget { Q_OBJECT - Q_INTERFACES( - KHE::BytesEditInterface - KHE::ValueColumnInterface - KHE::CharColumnInterface - KHE::ZoomInterface - KHE::ClipboardInterface - ) //_PROPERTY( char * Data READ data ) Q_PROPERTY( int DataSize READ dataSize ) Q_PROPERTY( int MaxDataSize READ maxDataSize WRITE setMaxDataSize )