From efa4f718964aee9c6612fe61665dec4622cb6785 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:07:48 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/flowcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flowcontainer.cpp') diff --git a/src/flowcontainer.cpp b/src/flowcontainer.cpp index c5f4b83..5f09f55 100644 --- a/src/flowcontainer.cpp +++ b/src/flowcontainer.cpp @@ -30,7 +30,7 @@ FlowContainer::FlowContainer( ICNDocument *_icnDocument, bool newItem, const TQS m_ext_in = m_int_in = m_int_out = m_ext_out = 0l; b_expanded = true; - addButton( "expandBtn", TQRect( offsetX(), offsetY()+24 - 11, 22, 22 ), TDEGlobal::iconLoader()->loadIcon( "down", KIcon::Small ), true ); + addButton( "expandBtn", TQRect( offsetX(), offsetY()+24 - 11, 22, 22 ), TDEGlobal::iconLoader()->loadIcon( "down", TDEIcon::Small ), true ); m_rectangularOverlay = new RectangularOverlay( this, 8, 8 ); setSize( -160, -120, 320, 240 ); -- cgit v1.2.1