summaryrefslogtreecommitdiffstats
path: root/filesharing
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:17:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:17:58 -0600
commit4c6870471be96131ae42a7e20355e6f06029a6d9 (patch)
tree956359e3bdd20d67f4ec60bf724701afc86763a1 /filesharing
parent2cb1d1c8edcbfae77e25dad2f3aa97e09c627a06 (diff)
downloadtdenetwork-4c6870471be96131ae42a7e20355e6f06029a6d9.tar.gz
tdenetwork-4c6870471be96131ae42a7e20355e6f06029a6d9.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'filesharing')
-rw-r--r--filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp2
-rw-r--r--filesharing/simple/fileshare.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp b/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp
index c66f9c9b..9c9e8de7 100644
--- a/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp
+++ b/filesharing/advanced/kcm_sambaconf/hiddenfileview.cpp
@@ -65,7 +65,7 @@
HiddenListViewItem::HiddenListViewItem( TQListView *parent, KFileItem *fi, bool hidden=false, bool veto=false, bool vetoOplock=false )
: QMultiCheckListItem( parent )
{
- setPixmap( COL_NAME, fi->pixmap(KIcon::SizeSmall));
+ setPixmap( COL_NAME, fi->pixmap(TDEIcon::SizeSmall));
setText( COL_NAME, fi->text() );
setText( COL_SIZE, TDEGlobal::locale()->formatNumber( fi->size(), 0));
diff --git a/filesharing/simple/fileshare.cpp b/filesharing/simple/fileshare.cpp
index e1d466da..07446885 100644
--- a/filesharing/simple/fileshare.cpp
+++ b/filesharing/simple/fileshare.cpp
@@ -158,7 +158,7 @@ void KFileShareConfig::updateShareListView()
dirs += *it;
}
- TQPixmap folderPix = SmallIcon("folder",0,KIcon::ShareOverlay);
+ TQPixmap folderPix = SmallIcon("folder",0,TDEIcon::ShareOverlay);
TQPixmap okPix = SmallIcon("button_ok");
TQPixmap cancelPix = SmallIcon("button_cancel");