diff options
Diffstat (limited to 'kommander/examples/old/form4.kmdr')
-rw-r--r-- | kommander/examples/old/form4.kmdr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/examples/old/form4.kmdr b/kommander/examples/old/form4.kmdr index db66649e..3bb039e2 100644 --- a/kommander/examples/old/form4.kmdr +++ b/kommander/examples/old/form4.kmdr @@ -79,9 +79,9 @@ <connections> <connection> <sender>TextEdit1</sender> - <signal>widgetTextChanged(const QString&)</signal> + <signal>widgetTextChanged(const TQString&)</signal> <receiver>LineEdit1</receiver> - <slot>setWidgetText(const QString&)</slot> + <slot>setWidgetText(const TQString&)</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> |