diff options
Diffstat (limited to 'kommander/editor/choosewidgetimpl.h')
-rw-r--r-- | kommander/editor/choosewidgetimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/choosewidgetimpl.h b/kommander/editor/choosewidgetimpl.h index dec3fbd3..24e902ad 100644 --- a/kommander/editor/choosewidgetimpl.h +++ b/kommander/editor/choosewidgetimpl.h @@ -26,7 +26,7 @@ class ChooseWidget : public ChooseWidgetBase public: ChooseWidget(TQWidget*, const char* = 0, bool=true); ~ChooseWidget(); - // Put current widget and all of its children in a tree + // Put current widget and all of its tqchildren in a tree void setWidget(TQWidget *); // Return current widget TQString selection(); |