diff options
Diffstat (limited to 'kommander/editor/choosewidgetimpl.h')
-rw-r--r-- | kommander/editor/choosewidgetimpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kommander/editor/choosewidgetimpl.h b/kommander/editor/choosewidgetimpl.h index 4dea4c77..4c2bbd45 100644 --- a/kommander/editor/choosewidgetimpl.h +++ b/kommander/editor/choosewidgetimpl.h @@ -22,10 +22,11 @@ class ChooseWidget : public ChooseWidgetBase { Q_OBJECT + TQ_OBJECT 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(); |