diff options
Diffstat (limited to 'kommander/plugin/specials.h')
-rw-r--r-- | kommander/plugin/specials.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kommander/plugin/specials.h b/kommander/plugin/specials.h index 2d46200a..f7db7b6d 100644 --- a/kommander/plugin/specials.h +++ b/kommander/plugin/specials.h @@ -28,19 +28,19 @@ namespace Group namespace DCOP { - enum {addUniqueItem, associatedText, cancel, cellText, clear, checked, children, columnCount, count, currentColumn, + enum {addUniqueItem, associatedText, cancel, cellText, clear, checked, tqchildren, columnCount, count, currentColumn, currentItem, currentRow, execute, findItem, global, insertColumn, insertItem, insertItems, insertRow, item, itemDepth, itemPath, removeColumn, removeItem, removeRow, selection, setAssociatedText, setChecked, setCellText, setCurrentItem, insertTab, setColumnCaption, setEnabled, setGlobal, setMaximum, setPixmap, setRowCaption, setSelection, setText, getBackgroundColor, setBackgroundColor, - setVisible, text, type, setCellWidget, cellWidget, setEditable, geometry, hasFocus, isModified}; + setVisible, text, type, setCellWidget, cellWidget, setEditable, tqgeometry, hasFocus, isModified}; } namespace Kommander { - enum {widgetText, selectedWidgetText, null, pid, dcopid, parentPid, debug, + enum {widgetText, selectedWidgetText, null, pid, dcopid, tqparentPid, 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}; //, focusWidget}; + switchBlock, execBegin, forBlock, forEachBlock, ifBlock, comment, createWidget, connect, disconnect, widgetExists, exit, Break, Continue, Return, execBackground, switchInternal}; //, tqfocusWidget}; } namespace Array @@ -55,7 +55,7 @@ namespace Matrix namespace String { - enum {length, contains, find, findRev, left, right, mid, remove, replace, upper, lower, + enum {length, tqcontains, tqfind, tqfindRev, left, right, mid, remove, tqreplace, upper, lower, compare, isEmpty, isNumber, section, args, toInt, toDouble, round, sort, trim, padLeft, padRight, count}; } |