summaryrefslogtreecommitdiffstats
path: root/src/view.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/view.cpp
parentabef44c4d682c4a656465f91d019cc1af1b989d1 (diff)
downloadktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.tar.gz
ktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/view.cpp')
-rw-r--r--src/view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view.cpp b/src/view.cpp
index 453d2e1..c5c5205 100644
--- a/src/view.cpp
+++ b/src/view.cpp
@@ -183,8 +183,8 @@ ViewStatusBar::ViewStatusBar( View *view )
m_fileNameLabel = new KSqueezedTextLabel(this);
addWidget( m_fileNameLabel, 1, false );
- m_modifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "filesave", KIcon::Small );
- m_unmodifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "null", KIcon::Small );
+ m_modifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "filesave", TDEIcon::Small );
+ m_unmodifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "null", TDEIcon::Small );
connect( view->document(), TQT_SIGNAL(modifiedStateChanged()), this, TQT_SLOT(slotModifiedStateChanged()) );
connect( view->document(), TQT_SIGNAL(fileNameChanged(const KURL& )), this, TQT_SLOT(slotFileNameChanged(const KURL& )) );