summaryrefslogtreecommitdiffstats
path: root/src/flowcontainer.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:48 -0600
commitefa4f718964aee9c6612fe61665dec4622cb6785 (patch)
treeb726f68c5f7bf7d6e41fa06d5df99b9e318876f8 /src/flowcontainer.cpp
parentabef44c4d682c4a656465f91d019cc1af1b989d1 (diff)
downloadktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.tar.gz
ktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/flowcontainer.cpp')
-rw-r--r--src/flowcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
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 );