diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-13 21:18:35 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-13 21:18:35 +0000 |
commit | cc2ea0dc76969dc7d2dde0f1f87f6602765fd546 (patch) | |
tree | 78ebd217c666d0c1b7e1883a6fdf080c5da030dc /interfaces/khexedit/byteseditinterface.h | |
parent | ff7dc5f59ad2d77bcac5084782ba4e4f515efe9d (diff) | |
download | tdelibs-cc2ea0dc76969dc7d2dde0f1f87f6602765fd546.tar.gz tdelibs-cc2ea0dc76969dc7d2dde0f1f87f6602765fd546.zip |
Fix interfaces/khexedit/byteseditinterface.h to allow kdevelop compilation
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1236561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'interfaces/khexedit/byteseditinterface.h')
-rw-r--r-- | interfaces/khexedit/byteseditinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/khexedit/byteseditinterface.h b/interfaces/khexedit/byteseditinterface.h index a9a8d4eca..d062f5c62 100644 --- a/interfaces/khexedit/byteseditinterface.h +++ b/interfaces/khexedit/byteseditinterface.h @@ -221,7 +221,7 @@ inline BytesEditInterface *bytesEditInterface( T *t ) inline TQWidget *createBytesEditWidget( TQWidget *Parent = 0, const char *Name = 0 ) { return KParts::ComponentFactory::createInstanceFromQuery<TQWidget> - ( TQString::tqfromLatin1("KHexEdit/KBytesEdit"), TQString::null, Parent, Name ); + ( TQString::tqfromLatin1("KHexEdit/KBytesEdit"), TQString::null, TQT_TQOBJECT(Parent), Name ); } } |