diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:17:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:17:58 -0600 |
commit | 4c6870471be96131ae42a7e20355e6f06029a6d9 (patch) | |
tree | 956359e3bdd20d67f4ec60bf724701afc86763a1 /filesharing/simple/fileshare.cpp | |
parent | 2cb1d1c8edcbfae77e25dad2f3aa97e09c627a06 (diff) | |
download | tdenetwork-4c6870471be96131ae42a7e20355e6f06029a6d9.tar.gz tdenetwork-4c6870471be96131ae42a7e20355e6f06029a6d9.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'filesharing/simple/fileshare.cpp')
-rw-r--r-- | filesharing/simple/fileshare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |