diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:36:47 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:36:47 -0500 |
commit | a24a8595fc6663038f6ce26cfed6276910eef984 (patch) | |
tree | d8e1a65d9464de15750b6680820b828f9ab29406 /src/modules/raweditor/raweditor.cpp | |
parent | 00ec3a9a04347a4c1ab434944fecd5e56607b13d (diff) | |
download | kvirc-a24a8595fc6663038f6ce26cfed6276910eef984.tar.gz kvirc-a24a8595fc6663038f6ce26cfed6276910eef984.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/modules/raweditor/raweditor.cpp')
-rw-r--r-- | src/modules/raweditor/raweditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp index 123675b6..49787263 100644 --- a/src/modules/raweditor/raweditor.cpp +++ b/src/modules/raweditor/raweditor.cpp @@ -158,7 +158,7 @@ void KviRawEditor::itemPressed(KviTalListViewItem *it,const TQPoint &pnt,int col __tr2qs("&Disable Handler"),this,TQT_SLOT(toggleCurrentHandlerEnabled())); m_pContextPopup->insertItem( - *(g_pIconManager->getSmallIcon(KVI_SMALLICON_TQUIT)), + *(g_pIconManager->getSmallIcon(KVI_SMALLICON_QUIT)), __tr2qs("Re&move Handler"), this,TQT_SLOT(removeCurrentHandler())); m_pContextPopup->insertItem( |