diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:56:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:56:54 -0600 |
commit | 546d2312d9b4a09110dd2d87fc7f07b330f7ce95 (patch) | |
tree | 4cab8f565db447b9898a3ea9e6f606aca6ded84e /kstyles | |
parent | 696e36a06178f50483432b9a8e806c4a1c530921 (diff) | |
download | tdelibs-546d2312d9b4a09110dd2d87fc7f07b330f7ce95.tar.gz tdelibs-546d2312d9b4a09110dd2d87fc7f07b330f7ce95.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kstyles')
-rw-r--r-- | kstyles/keramik/keramik.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstyles/keramik/keramik.cpp b/kstyles/keramik/keramik.cpp index d04c9abd8..fa1848203 100644 --- a/kstyles/keramik/keramik.cpp +++ b/kstyles/keramik/keramik.cpp @@ -354,7 +354,7 @@ void KeramikStyle::polish(const TQStyleControlElementData &ceData, ControlElemen else if ( widget->parentWidget() && ( ( widget->inherits( TQLISTBOX_OBJECT_NAME_STRING ) && widget->parentWidget()->inherits( TQCOMBOBOX_OBJECT_NAME_STRING ) ) || - widget->inherits( "KCompletionBox" ) ) ) { + widget->inherits( "TDECompletionBox" ) ) ) { TQListBox* listbox = (TQListBox*) widget; listbox->setLineWidth( 4 ); listbox->setBackgroundMode( NoBackground ); @@ -399,7 +399,7 @@ void KeramikStyle::unPolish(const TQStyleControlElementData &ceData, ControlElem else if ( widget->parentWidget() && ( ( widget->inherits( TQLISTBOX_OBJECT_NAME_STRING ) && widget->parentWidget()->inherits( TQCOMBOBOX_OBJECT_NAME_STRING ) ) || - widget->inherits( "KCompletionBox" ) ) ) { + widget->inherits( "TDECompletionBox" ) ) ) { TQListBox* listbox = (TQListBox*) widget; listbox->setLineWidth( 1 ); listbox->setBackgroundMode( PaletteBackground ); |