diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:09:36 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:09:36 -0600 |
| commit | 5eff70460ca23e48e959cc54d6e9a98864886608 (patch) | |
| tree | 9cda16d3e75b2f8d801eabad2e6205ff747b86a7 /src/svnfrontend/opencontextmenu.cpp | |
| parent | 15ef96dbfb80129173bf287309e95406d8ee5d67 (diff) | |
| download | tdesvn-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.cpp | 2 |
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; |
