summaryrefslogtreecommitdiffstats
path: root/src/gui/oscilloscope.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/gui/oscilloscope.cpp
parentabef44c4d682c4a656465f91d019cc1af1b989d1 (diff)
downloadktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.tar.gz
ktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/gui/oscilloscope.cpp')
-rw-r--r--src/gui/oscilloscope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/oscilloscope.cpp b/src/gui/oscilloscope.cpp
index 7bc0a07..d88924c 100644
--- a/src/gui/oscilloscope.cpp
+++ b/src/gui/oscilloscope.cpp
@@ -332,7 +332,7 @@ void addOscilloscopeAsToolView( KTechlab *ktechlab )
KateMDI::ToolView * tv;
tv = ktechlab->createToolView( Oscilloscope::toolViewIdentifier(),
KMultiTabBar::Bottom,
- TDEGlobal::iconLoader()->loadIcon( "oscilloscope", KIcon::Small ),
+ TDEGlobal::iconLoader()->loadIcon( "oscilloscope", TDEIcon::Small ),
i18n("Oscilloscope") );
Oscilloscope::self(tv);