diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:07:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:07:48 -0600 |
commit | efa4f718964aee9c6612fe61665dec4622cb6785 (patch) | |
tree | b726f68c5f7bf7d6e41fa06d5df99b9e318876f8 /src/view.cpp | |
parent | abef44c4d682c4a656465f91d019cc1af1b989d1 (diff) | |
download | ktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.tar.gz ktechlab-efa4f718964aee9c6612fe61665dec4622cb6785.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/view.cpp')
-rw-r--r-- | src/view.cpp | 4 |
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& )) ); |