summaryrefslogtreecommitdiffstats
path: root/common_texts.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-02 22:53:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-02 22:53:34 +0000
commitb1960071ca0d9303610b4afd8c07afdf1f091756 (patch)
tree98ea75744f33110bf10713d91cc18f583e5235f4 /common_texts.cpp
parentbf85f02dd35b67007f6732d3c7dc76d7ac7f2a3d (diff)
downloadtdelibs-b1960071ca0d9303610b4afd8c07afdf1f091756.tar.gz
tdelibs-b1960071ca0d9303610b4afd8c07afdf1f091756.zip
Convert remainder of kdelibs to use currently defined tqt object name defs
This might fix the kio ssl problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226906 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'common_texts.cpp')
-rw-r--r--common_texts.cpp120
1 files changed, 60 insertions, 60 deletions
diff --git a/common_texts.cpp b/common_texts.cpp
index d23fc3a07..976f61a35 100644
--- a/common_texts.cpp
+++ b/common_texts.cpp
@@ -191,66 +191,66 @@ i18n( "Configure &Key Bindings...");
i18n( "&Preferences...");
i18n( "&Settings");
i18n( "Do not show this message again");
-i18n("TQAccel", "Escape");
-i18n("TQAccel", "Tab");
-i18n("TQAccel", "Backtab");
-i18n("TQAccel", "Backspace");
-i18n("TQAccel", "Return");
-i18n("TQAccel", "Enter");
-i18n("TQAccel", "Insert");
-i18n("TQAccel", "Delete");
-i18n("TQAccel", "Pause");
-i18n("TQAccel", "Print");
-i18n("TQAccel", "SysReq");
-i18n("TQAccel", "Home");
-i18n("TQAccel", "End");
-i18n("TQAccel", "Left");
-i18n("TQAccel", "Up");
-i18n("TQAccel", "Right");
-i18n("TQAccel", "Down");
-i18n("TQAccel", "Prior");
-i18n("TQAccel", "Next");
-i18n("TQAccel", "Shift");
-i18n("TQAccel", "Control");
-i18n("TQAccel", "Meta");
-i18n("TQAccel", "Alt");
-i18n("TQAccel", "CapsLock");
-i18n("TQAccel", "NumLock");
-i18n("TQAccel", "ScrollLock");
-i18n("TQAccel", "Space");
-i18n("TQAccel", "ParenLeft");
-i18n("TQAccel", "ParenRight");
-i18n("TQAccel", "Asterisk");
-i18n("TQAccel", "Plus");
-i18n("TQAccel", "Comma");
-i18n("TQAccel", "Minus");
-i18n("TQAccel", "Period");
-i18n("TQAccel", "Slash");
-i18n("TQAccel", "Colon");
-i18n("TQAccel", "Semicolon");
-i18n("TQAccel", "Less");
-i18n("TQAccel", "Equal");
-i18n("TQAccel", "Greater");
-i18n("TQAccel", "Question");
-i18n("TQAccel", "BracketLeft");
-i18n("TQAccel", "Backslash");
-i18n("TQAccel", "BracketRight");
-i18n("TQAccel", "AsciiCircum");
-i18n("TQAccel", "Underscore");
-i18n("TQAccel", "QuoteLeft");
-i18n("TQAccel", "BraceLeft");
-i18n("TQAccel", "BraceRight");
-i18n("TQAccel", "AsciiTilde");
-i18n("TQAccel", "PgUp");
-i18n("TQAccel", "PgDown");
-i18n("TQAccel", "Apostrophe");
-i18n("TQAccel", "Ampersand");
-i18n("TQAccel", "Exclam");
-i18n("TQAccel", "Dollar");
-i18n("TQAccel", "Percent");
-i18n("TQAccel", "Menu");
-i18n("TQAccel", "Help");
-i18n("TQAccel", "NumberSign");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Escape");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Tab");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Backtab");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Backspace");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Return");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Enter");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Insert");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Delete");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Pause");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Print");
+i18n(TQACCEL_OBJECT_NAME_STRING, "SysReq");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Home");
+i18n(TQACCEL_OBJECT_NAME_STRING, "End");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Left");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Up");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Right");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Down");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Prior");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Next");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Shift");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Control");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Meta");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Alt");
+i18n(TQACCEL_OBJECT_NAME_STRING, "CapsLock");
+i18n(TQACCEL_OBJECT_NAME_STRING, "NumLock");
+i18n(TQACCEL_OBJECT_NAME_STRING, "ScrollLock");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Space");
+i18n(TQACCEL_OBJECT_NAME_STRING, "ParenLeft");
+i18n(TQACCEL_OBJECT_NAME_STRING, "ParenRight");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Asterisk");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Plus");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Comma");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Minus");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Period");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Slash");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Colon");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Semicolon");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Less");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Equal");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Greater");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Question");
+i18n(TQACCEL_OBJECT_NAME_STRING, "BracketLeft");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Backslash");
+i18n(TQACCEL_OBJECT_NAME_STRING, "BracketRight");
+i18n(TQACCEL_OBJECT_NAME_STRING, "AsciiCircum");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Underscore");
+i18n(TQACCEL_OBJECT_NAME_STRING, "QuoteLeft");
+i18n(TQACCEL_OBJECT_NAME_STRING, "BraceLeft");
+i18n(TQACCEL_OBJECT_NAME_STRING, "BraceRight");
+i18n(TQACCEL_OBJECT_NAME_STRING, "AsciiTilde");
+i18n(TQACCEL_OBJECT_NAME_STRING, "PgUp");
+i18n(TQACCEL_OBJECT_NAME_STRING, "PgDown");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Apostrophe");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Ampersand");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Exclam");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Dollar");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Percent");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Menu");
+i18n(TQACCEL_OBJECT_NAME_STRING, "Help");
+i18n(TQACCEL_OBJECT_NAME_STRING, "NumberSign");
i18n("Main Toolbar");
//some font styles