Replace Q_SIGNALS and Q_SLOTS

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/15/head
Michele Calgaro 3 months ago
parent 9d73fae3fa
commit 5b6e0abecb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -192,10 +192,10 @@ This is fully optional. All the events from this calendar will be printed green.
<slot>ohChooseSlot()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>fhChooseSlot()</slot>
<slot>ohChooseSlot()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>

@ -112,8 +112,8 @@
<slot>close()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>pushButton1_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -197,7 +197,7 @@ exit 0
# --------------------------------------MAIN-------------------------------------------------------------
# Trap shell Q_SIGNALS fonction.
# Trap shell signals fonction.
trap CleanUp 2

@ -1294,7 +1294,7 @@ The program uses the 'images2mpg' bash script.</string>
<include location="global" impldecl="in implementation">kimg2mpg.h</include>
<include location="global" impldecl="in implementation">kprogress.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot specifier="non virtual">reset()</slot>
<slot specifier="non virtual">readStderr( TDEProcess * proc, char * buffer, int buflen )</slot>
<slot specifier="non virtual">EncodeDone( TDEProcess * )</slot>
@ -1315,7 +1315,7 @@ The program uses the 'images2mpg' bash script.</string>
<slot specifier="non virtual">slotFailedPreview( const KFileItem * )</slot>
<slot specifier="non virtual">slotAddDropItems( KURL::List filesUrl )</slot>
<slot>m_AudioInputFilename_toggled( bool )</slot>
</Q_SLOTS>
</slots>
<functions>
<function access="protected" specifier="non virtual">RemoveTmpFiles( void )</function>
<function access="protected" specifier="non virtual" returnType="bool">DeleteDir( TQString dirname )</function>

@ -229,9 +229,9 @@
<includes>
<include location="local" impldecl="in implementation">PicasawebNewAlbumDialog.ui.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot access="protected" specifier="non virtual">creatAlbumSlot()</slot>
<slot access="protected" specifier="non virtual">cancelWindowSlot()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -2290,7 +2290,7 @@ Click the 'Next' button to begin.</string>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>BtnCropNext_clicked()</slot>
<slot>BtnCropPrev_clicked()</slot>
<slot>BtnCropRotate_clicked()</slot>
@ -2299,7 +2299,7 @@ Click the 'Next' button to begin.</string>
<slot>EditCopies_valueChanged( int )</slot>
<slot>ListPrintOrder_selected( TQListBoxItem * )</slot>
<slot>ListPhotoOrder_highlighted( int )</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">cropframe.h</include>

@ -1446,7 +1446,7 @@ Ken Burns effect doesn't use this cache mechanism.</string>
<include location="global" impldecl="in implementation">listimageitems.h</include>
<include location="global" impldecl="in implementation">tdefontdialog.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot access="protected">slotOpenGLToggled()</slot>
<slot access="protected">slotStartClicked()</slot>
<slot access="protected">slotHelp()</slot>
@ -1461,7 +1461,7 @@ Ken Burns effect doesn't use this cache mechanism.</string>
<slot specifier="non virtual">slotFailedPreview( const KFileItem * )</slot>
<slot specifier="non virtual">slotAddDropItems( KURL::List filesUrl )</slot>
<slot access="protected">slotCacheToggled()</slot>
</Q_SLOTS>
</slots>
<functions>
<function access="protected">loadEffectNames()</function>
<function access="protected">loadEffectNamesGL()</function>

@ -152,11 +152,11 @@
<slot>accept()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot access="protected">buttonRemove_clicked()</slot>
<slot access="protected">buttonConfigure_clicked()</slot>
<slot access="protected">buttonAdd_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>

Loading…
Cancel
Save