summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/opencontextmenu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:09:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:09:36 -0600
commit5eff70460ca23e48e959cc54d6e9a98864886608 (patch)
tree9cda16d3e75b2f8d801eabad2e6205ff747b86a7 /src/svnfrontend/opencontextmenu.cpp
parent15ef96dbfb80129173bf287309e95406d8ee5d67 (diff)
downloadtdesvn-5eff70460ca23e48e959cc54d6e9a98864886608.tar.gz
tdesvn-5eff70460ca23e48e959cc54d6e9a98864886608.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/svnfrontend/opencontextmenu.cpp')
-rw-r--r--src/svnfrontend/opencontextmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/opencontextmenu.cpp b/src/svnfrontend/opencontextmenu.cpp
index 68aa496..a6f131c 100644
--- a/src/svnfrontend/opencontextmenu.cpp
+++ b/src/svnfrontend/opencontextmenu.cpp
@@ -46,7 +46,7 @@ void OpenContextmenu::setup()
nam.setNum( id );
TQString actionName( (*it)->name().replace("&", "&&") );
- act = new TDEAction( actionName, (*it)->pixmap( KIcon::Small ), 0,
+ act = new TDEAction( actionName, (*it)->pixmap( TDEIcon::Small ), 0,
TQT_TQOBJECT(this), TQT_SLOT( slotRunService() ), TQT_TQOBJECT(this), nam.prepend( "appservice_" ) );
act->plug(this);
m_mapPopup[ id++ ] = *it;