diff options
Diffstat (limited to 'kommander/examples/old/form5.kmdr')
-rw-r--r-- | kommander/examples/old/form5.kmdr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/examples/old/form5.kmdr b/kommander/examples/old/form5.kmdr index ef7127c2..1f244567 100644 --- a/kommander/examples/old/form5.kmdr +++ b/kommander/examples/old/form5.kmdr @@ -331,15 +331,15 @@ Ha ha. We got it all with Kommander!</string> <connections> <connection> <sender>ExecButton9</sender> - <signal>widgetTextChanged(const QString&)</signal> + <signal>widgetTextChanged(const TQString&)</signal> <receiver>usetext</receiver> - <slot>setWidgetText(const QString&)</slot> + <slot>setWidgetText(const TQString&)</slot> </connection> <connection> <sender>ExecButton9_2</sender> - <signal>widgetTextChanged(const QString&)</signal> + <signal>widgetTextChanged(const TQString&)</signal> <receiver>usetext</receiver> - <slot>setText(const QString&)</slot> + <slot>setText(const TQString&)</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> |