diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 10:55:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 23:49:56 +0900 |
commit | 226522fa9ee0aae1429f5834f43d594157f4a2cc (patch) | |
tree | 4b62d56ab18fe7bd2ca6aa33100d079abf9d0904 | |
parent | 5a5b34eb58d2b1568975d61c8e9f8bffc4d7c644 (diff) | |
download | amarok-226522fa9ee0aae1429f5834f43d594157f4a2cc.tar.gz amarok-226522fa9ee0aae1429f5834f43d594157f4a2cc.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 80d93b2c9381d4043d1ee356b733d874a86dce3b)
-rw-r--r-- | amarok/src/Options1.ui | 4 | ||||
-rw-r--r-- | amarok/src/Options2.ui | 4 | ||||
-rw-r--r-- | amarok/src/Options5.ui | 8 | ||||
-rw-r--r-- | amarok/src/Options8.ui | 4 | ||||
-rw-r--r-- | amarok/src/dbsetup.ui | 4 | ||||
-rw-r--r-- | amarok/src/deletedialogbase.ui | 4 | ||||
-rw-r--r-- | amarok/src/firstrunwizard.ui | 4 | ||||
-rw-r--r-- | amarok/src/magnatunebrowser/magnatunedownloaddialogbase.ui | 4 | ||||
-rw-r--r-- | amarok/src/magnatunebrowser/magnatunepurchasedialogbase.ui | 4 | ||||
-rw-r--r-- | amarok/src/magnatunebrowser/magnatuneredownloaddialogbase.ui | 4 | ||||
-rw-r--r-- | amarok/src/mediadevice/daap/mongrel/lib/gem_plugin.rb | 2 | ||||
-rw-r--r-- | amarok/src/mediadevice/daap/mongrel/lib/mongrel.rb | 4 | ||||
-rw-r--r-- | amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui | 4 | ||||
-rw-r--r-- | amarok/src/organizecollectiondialog.ui | 8 | ||||
-rw-r--r-- | amarok/src/scripts/databasescripts/databaseScripts.rb | 2 | ||||
-rw-r--r-- | amarok/src/scripts/graphequalizer/eqdialog.ui | 4 | ||||
-rw-r--r-- | amarok/src/scripts/templates/amarok.rb | 2 | ||||
-rw-r--r-- | amarok/src/tagguesserconfigdialog.ui | 4 |
18 files changed, 37 insertions, 37 deletions
diff --git a/amarok/src/Options1.ui b/amarok/src/Options1.ui index 0608eaf4..10443a4e 100644 --- a/amarok/src/Options1.ui +++ b/amarok/src/Options1.ui @@ -688,9 +688,9 @@ <include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">kactivelabel.h</include> </includes> -<Q_SLOTS> +<slots> <slot>slotUpdateMoodFrame()</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> </functions> diff --git a/amarok/src/Options2.ui b/amarok/src/Options2.ui index 281e82f3..ac342ae2 100644 --- a/amarok/src/Options2.ui +++ b/amarok/src/Options2.ui @@ -748,13 +748,13 @@ <include location="global" impldecl="in implementation">kcolorbutton.h</include> <include location="global" impldecl="in implementation">kcombobox.h</include> </includes> -<Q_SLOTS> +<slots> <slot>installPushButton_clicked()</slot> <slot>retrievePushButton_clicked()</slot> <slot>uninstallPushButton_clicked()</slot> <slot>styleComboBox_activated( const TQString & s )</slot> <slot>updateStyleComboBox()</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> </functions> diff --git a/amarok/src/Options5.ui b/amarok/src/Options5.ui index 077b8d43..b3917336 100644 --- a/amarok/src/Options5.ui +++ b/amarok/src/Options5.ui @@ -516,14 +516,14 @@ <variables> <variable access="private">OSDPreviewWidget *m_pOSDPreview;</variable> </variables> -<Q_SIGNALS> +<signals> <signal>settingsChanged()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot access="protected">slotPositionChanged()</slot> <slot access="protected">useCustomColorsToggled( bool on )</slot> <slot access="protected">useFakeTransparencyToggled( bool on )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> <function access="protected">hideEvent( TQHideEvent * )</function> diff --git a/amarok/src/Options8.ui b/amarok/src/Options8.ui index 124f7f36..a3e9db6a 100644 --- a/amarok/src/Options8.ui +++ b/amarok/src/Options8.ui @@ -293,8 +293,8 @@ <include location="global" impldecl="in implementation">kactivelabel.h</include> <include location="global" impldecl="in implementation">klineedit.h</include> </includes> -<Q_SLOTS> +<slots> <slot access="protected">updateServices( const TQString & s )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/amarok/src/dbsetup.ui b/amarok/src/dbsetup.ui index 2339a086..30ba2ab1 100644 --- a/amarok/src/dbsetup.ui +++ b/amarok/src/dbsetup.ui @@ -452,9 +452,9 @@ <include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">kcombobox.h</include> </includes> -<Q_SLOTS> +<slots> <slot>databaseEngine_activated( int )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private">init()</function> </functions> diff --git a/amarok/src/deletedialogbase.ui b/amarok/src/deletedialogbase.ui index f3706f97..eef1b80b 100644 --- a/amarok/src/deletedialogbase.ui +++ b/amarok/src/deletedialogbase.ui @@ -125,9 +125,9 @@ <slot>slotShouldDelete(bool)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">slotShouldDelete(bool)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">tdelistbox.h</include> diff --git a/amarok/src/firstrunwizard.ui b/amarok/src/firstrunwizard.ui index c6613fa6..12ba2c6f 100644 --- a/amarok/src/firstrunwizard.ui +++ b/amarok/src/firstrunwizard.ui @@ -280,10 +280,10 @@ <variable access="public">enum Interface { XMMS, Compact };</variable> <variable access="private">CollectionSetup* m_folderSetup;</variable> </variables> -<Q_SLOTS> +<slots> <slot access="private" specifier="non virtual">invokeHandbook()</slot> <slot>openLink( const TQString & s )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> <function access="protected">showPage( TQWidget * w )</function> diff --git a/amarok/src/magnatunebrowser/magnatunedownloaddialogbase.ui b/amarok/src/magnatunebrowser/magnatunedownloaddialogbase.ui index 6d7499f8..a5992619 100644 --- a/amarok/src/magnatunebrowser/magnatunedownloaddialogbase.ui +++ b/amarok/src/magnatunebrowser/magnatunedownloaddialogbase.ui @@ -108,9 +108,9 @@ <slot>downloadButtonClicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">downloadButtonClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kurlrequester.h</include> diff --git a/amarok/src/magnatunebrowser/magnatunepurchasedialogbase.ui b/amarok/src/magnatunebrowser/magnatunepurchasedialogbase.ui index 801226f3..bdfeafea 100644 --- a/amarok/src/magnatunebrowser/magnatunepurchasedialogbase.ui +++ b/amarok/src/magnatunebrowser/magnatunepurchasedialogbase.ui @@ -698,9 +698,9 @@ <tabstop>purchaseButton</tabstop> <tabstop>cancelButton</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>purchase()</slot> <slot>cancel()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/amarok/src/magnatunebrowser/magnatuneredownloaddialogbase.ui b/amarok/src/magnatunebrowser/magnatuneredownloaddialogbase.ui index 26a2062d..e1135d36 100644 --- a/amarok/src/magnatunebrowser/magnatuneredownloaddialogbase.ui +++ b/amarok/src/magnatunebrowser/magnatuneredownloaddialogbase.ui @@ -98,10 +98,10 @@ <slot>selectionChanged()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">redownload()</slot> <slot access="protected">selectionChanged()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">tdelistview.h</include> diff --git a/amarok/src/mediadevice/daap/mongrel/lib/gem_plugin.rb b/amarok/src/mediadevice/daap/mongrel/lib/gem_plugin.rb index 1d86abf4..27d9f28a 100644 --- a/amarok/src/mediadevice/daap/mongrel/lib/gem_plugin.rb +++ b/amarok/src/mediadevice/daap/mongrel/lib/gem_plugin.rb @@ -27,7 +27,7 @@ require 'rubygems' # people to be able to grab this plugin if they want and use it, because it's snazzy. # # First thing you do is create a gem of your project and make sure that it depends -# on "mongrel" AND "gem_plugin". This Q_SIGNALS to the GemPlugin system that this is +# on "mongrel" AND "gem_plugin". This signals to the GemPlugin system that this is # a plugin for mongrel. # # Next you put this code into a file like lib/init.rb (can be anything really): diff --git a/amarok/src/mediadevice/daap/mongrel/lib/mongrel.rb b/amarok/src/mediadevice/daap/mongrel/lib/mongrel.rb index 3a9b0581..6c348fbc 100644 --- a/amarok/src/mediadevice/daap/mongrel/lib/mongrel.rb +++ b/amarok/src/mediadevice/daap/mongrel/lib/mongrel.rb @@ -267,7 +267,7 @@ module Mongrel # any errors means we should delete the file, including if the file is dumped @socket.close rescue Object @body.delete if @body.class == Tempfile - @body = nil # Q_SIGNALS that there was a problem + @body = nil # signals that there was a problem end end @@ -608,7 +608,7 @@ module Mongrel request = HttpRequest.new(params, client, notifiers) # in the case of large file uploads the user could close the socket, so skip those requests - break if request.body == nil # nil Q_SIGNALS from HttpRequest::initialize that the request was aborted + break if request.body == nil # nil signals from HttpRequest::initialize that the request was aborted # request is good so far, continue processing the response response = HttpResponse.new(client) diff --git a/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui b/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui index ddf8ce3c..b9b0dcf9 100644 --- a/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui +++ b/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui @@ -438,13 +438,13 @@ <variable access="private">MetaBundle *m_previewBundle;</variable> <variable access="private">GenericMediaDevice *m_device;</variable> </variables> -<Q_SLOTS> +<slots> <slot>addSupportedButtonClicked( int id )</slot> <slot specifier="non virtual">removeSupportedButtonClicked()</slot> <slot specifier="non virtual">supportedListBoxDoubleClicked( TQListBoxItem * item )</slot> <slot>updatePreviewLabel()</slot> <slot>updatePreviewLabel( const TQString & format )</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">updateConfigDialogLists( const TQStringList & supportedFileTypes )</function> <function access="private" specifier="non virtual" returnType="TQString">buildDestination( const TQString & format, const MetaBundle & mb )</function> diff --git a/amarok/src/organizecollectiondialog.ui b/amarok/src/organizecollectiondialog.ui index 2f5740a6..a2e45c54 100644 --- a/amarok/src/organizecollectiondialog.ui +++ b/amarok/src/organizecollectiondialog.ui @@ -571,15 +571,15 @@ <variable>MetaBundle previewBundle;</variable> <variable>bool detailed;</variable> </variables> -<Q_SIGNALS> +<signals> <signal>updatePreview( const TQString & )</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>preview( const TQString & format )</slot> <slot>update( int dummy )</slot> <slot>update( const TQString & dummy )</slot> <slot>slotDetails()</slot> -</Q_SLOTS> +</slots> <functions> <function returnType="TQString">buildDestination( const TQString & format, const MetaBundle & mb )</function> <function returnType="TQString">buildFormatTip()</function> diff --git a/amarok/src/scripts/databasescripts/databaseScripts.rb b/amarok/src/scripts/databasescripts/databaseScripts.rb index 663ce063..0965be6c 100644 --- a/amarok/src/scripts/databasescripts/databaseScripts.rb +++ b/amarok/src/scripts/databasescripts/databaseScripts.rb @@ -27,7 +27,7 @@ class DatabaseScriptChooser < TQt::Dialog attr_reader :m_saveDir attr_reader :m_okayButton - Q_SLOTS 'optionChanged(int)', 'textChanged(const TQString &)', 'accept()', 'cancel()' + slots 'optionChanged(int)', 'textChanged(const TQString &)', 'accept()', 'cancel()' def initialize(parent = nil, name = nil, modal = false, fl = 0) super diff --git a/amarok/src/scripts/graphequalizer/eqdialog.ui b/amarok/src/scripts/graphequalizer/eqdialog.ui index 96e869bf..b63327d8 100644 --- a/amarok/src/scripts/graphequalizer/eqdialog.ui +++ b/amarok/src/scripts/graphequalizer/eqdialog.ui @@ -200,9 +200,9 @@ <include location="local" impldecl="in implementation">eqdialog.ui.h</include> <include location="global" impldecl="in implementation">equalizercanvasview.h</include> </includes> -<Q_SLOTS> +<slots> <slot>eqGroupBox_toggled( bool eqEnabled )</slot> -</Q_SLOTS> +</slots> <functions> <function specifier="non virtual">init()</function> </functions> diff --git a/amarok/src/scripts/templates/amarok.rb b/amarok/src/scripts/templates/amarok.rb index b4170de2..42a7ca0c 100644 --- a/amarok/src/scripts/templates/amarok.rb +++ b/amarok/src/scripts/templates/amarok.rb @@ -19,7 +19,7 @@ ############################################################################ class QtIoListener < TQt::Object - Q_SLOTS 'dataRecieved()' + slots 'dataRecieved()' def initialize(app, iostream, lineHandler) super(app) @lineHandler = lineHandler diff --git a/amarok/src/tagguesserconfigdialog.ui b/amarok/src/tagguesserconfigdialog.ui index 6556725d..bd3b98cd 100644 --- a/amarok/src/tagguesserconfigdialog.ui +++ b/amarok/src/tagguesserconfigdialog.ui @@ -193,7 +193,7 @@ Note that the order in which the schemes appear in the list is relevant, since t <include location="global" impldecl="in implementation">tdelistview.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include> </includes> -<Q_SLOTS> +<slots> <slot specifier="non virtual">slotCurrentChanged( TQListViewItem * item )</slot> <slot>accept()</slot> <slot>reject()</slot> @@ -203,7 +203,7 @@ Note that the order in which the schemes appear in the list is relevant, since t <slot specifier="non virtual">slotAddClicked()</slot> <slot specifier="non virtual">slotModifyClicked()</slot> <slot specifier="non virtual">slotRemoveClicked()</slot> -</Q_SLOTS> +</slots> <forwards> <forward>class TQListViewItem;</forward> </forwards> |