summaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/raweditor.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:36:47 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-05 20:47:56 +0200
commit99ea7efe29f8d69ca3c962f48193cf14e1042740 (patch)
treedcc1fa31cecd7a87bfc5912f0db3a62a7c73a99a /src/modules/raweditor/raweditor.cpp
parent87b1dc91bd0bc063f90032d3d4902cee1c9bedfe (diff)
downloadkvirc-99ea7efe29f8d69ca3c962f48193cf14e1042740.tar.gz
kvirc-99ea7efe29f8d69ca3c962f48193cf14e1042740.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit a24a8595fc6663038f6ce26cfed6276910eef984)
Diffstat (limited to 'src/modules/raweditor/raweditor.cpp')
-rw-r--r--src/modules/raweditor/raweditor.cpp2
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(