From 929d7ae4f69d62b8f1f6d3506adf75f017753935 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/plugin/specialinformation.cpp | 2 +- kommander/plugin/specials.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kommander/plugin') diff --git a/kommander/plugin/specialinformation.cpp b/kommander/plugin/specialinformation.cpp index bbfe308e..75faf9e0 100644 --- a/kommander/plugin/specialinformation.cpp +++ b/kommander/plugin/specialinformation.cpp @@ -400,7 +400,7 @@ void SpecialInformation::registerSpecials() insert(Kommander::dcopid, "dcopid", i18n("Returns DCOP identifier of current process. This is shorthand for kmdr-executor-@pid."), 0); - insert(Kommander::tqparentPid, "tqparentPid", + insert(Kommander::parentPid, "parentPid", i18n("Returns the pid of the tqparent Kommander window."), 0); insert(Kommander::debug, "debug(TQString text)", i18n("Writes text on stderr."), 1); diff --git a/kommander/plugin/specials.h b/kommander/plugin/specials.h index f7db7b6d..e6e9cf94 100644 --- a/kommander/plugin/specials.h +++ b/kommander/plugin/specials.h @@ -38,7 +38,7 @@ namespace DCOP namespace Kommander { - enum {widgetText, selectedWidgetText, null, pid, dcopid, tqparentPid, debug, + enum {widgetText, selectedWidgetText, null, pid, dcopid, parentPid, debug, echo, env, exec, expr, global, i18n, dialog, readSetting, setGlobal, writeSetting, dcop, switchBlock, execBegin, forBlock, forEachBlock, ifBlock, comment, createWidget, connect, disconnect, widgetExists, exit, Break, Continue, Return, execBackground, switchInternal}; //, tqfocusWidget}; } -- cgit v1.2.1