diff --git a/arts/builder/TODO b/arts/builder/TODO index 8b962aa5..139f22b2 100644 --- a/arts/builder/TODO +++ b/arts/builder/TODO @@ -41,7 +41,7 @@ Wishlist for the artsbuilder app: this should be very useful in editing objects with lots of properties (widgets) -- make _changed Q_SIGNALS visible so you can connect the value_changed of a +- make _changed signals visible so you can connect the value_changed of a poti to the frequency of a filter - make it possible to edit parent property of widgets (i.e. to insert one diff --git a/arts/builder/propertypanelbase.ui b/arts/builder/propertypanelbase.ui index 0ff20382..875f6813 100644 --- a/arts/builder/propertypanelbase.ui +++ b/arts/builder/propertypanelbase.ui @@ -355,8 +355,8 @@ setEnabled(bool) - + setTitleFont() - + diff --git a/arts/examples/README b/arts/examples/README index 425da5c0..2132bfc3 100644 --- a/arts/examples/README +++ b/arts/examples/README @@ -172,7 +172,7 @@ example_xfade.arts This example mixes 440 and 880 Hz sine waves using a cross fader. Adjust the value of the cross fader's percentage input from -1 to 1 to -control the mixing of the two Q_SIGNALS. +control the mixing of the two signals. example_pscale.arts diff --git a/juk/HACKING b/juk/HACKING index 4d9f7781..2fb4d392 100644 --- a/juk/HACKING +++ b/juk/HACKING @@ -103,15 +103,15 @@ be inline in the headers. The organization of the members in a class should be roughly as follows: public: -public Q_SLOTS: +public slots: protected: -protected Q_SLOTS: -Q_SIGNALS: +protected slots: +signals: private: // member funtions -private Q_SLOTS: +private slots: private: // member variables -If there are no private Q_SLOTS there is no need for two private sections, however +If there are no private slots there is no need for two private sections, however private functions and private variables should be clearly separated. The implementations files -- .cpp files -- should follow (when possible) the diff --git a/juk/coverdialogbase.ui b/juk/coverdialogbase.ui index 3db9862f..ed8ed1f1 100644 --- a/juk/coverdialogbase.ui +++ b/juk/coverdialogbase.ui @@ -194,10 +194,10 @@ slotContextRequested(TQIconViewItem*,const TQPoint&) - + slotArtistClicked(TQListViewItem *item) slotContextRequested(TQIconViewItem *, const TQPoint &pt) - + class TQIconViewItem; diff --git a/juk/deletedialogbase.ui b/juk/deletedialogbase.ui index 24480087..56866bde 100644 --- a/juk/deletedialogbase.ui +++ b/juk/deletedialogbase.ui @@ -133,9 +133,9 @@ slotShouldDelete(bool) - + slotShouldDelete(bool) - + tdelistbox.h diff --git a/juk/exampleoptionsbase.ui b/juk/exampleoptionsbase.ui index 87563c25..c5a09acf 100644 --- a/juk/exampleoptionsbase.ui +++ b/juk/exampleoptionsbase.ui @@ -267,15 +267,15 @@ m_exampleTrack m_exampleYear - + dataChanged() fileChanged() - - + + exampleSelectionChanged() exampleDataChanged() exampleFileChanged() - + klineedit.h diff --git a/juk/filerenamerbase.ui b/juk/filerenamerbase.ui index 2449aead..01649070 100644 --- a/juk/filerenamerbase.ui +++ b/juk/filerenamerbase.ui @@ -360,11 +360,11 @@ m_insertCategory m_showExample - + exampleTextChanged() toggleExampleDialog() insertCategory() - + kcombobox.h diff --git a/juk/filerenameroptionsbase.ui b/juk/filerenameroptionsbase.ui index ab3d2f61..061a5c5b 100644 --- a/juk/filerenameroptionsbase.ui +++ b/juk/filerenameroptionsbase.ui @@ -413,11 +413,11 @@ slotEmptyActionChanged() - + slotBracketsChanged() slotTrackWidthChanged() slotEmptyActionChanged() - + knuminput.h diff --git a/kaudiocreator/cdconfig.ui b/kaudiocreator/cdconfig.ui index c0756c83..50133562 100644 --- a/kaudiocreator/cdconfig.ui +++ b/kaudiocreator/cdconfig.ui @@ -54,8 +54,8 @@ - + configureAudioCD() - + diff --git a/kaudiocreator/encoderconfig.ui b/kaudiocreator/encoderconfig.ui index 66a3daaa..338bac68 100644 --- a/kaudiocreator/encoderconfig.ui +++ b/kaudiocreator/encoderconfig.ui @@ -286,8 +286,8 @@ encoderconfig.ui.h - + encoderWizard() - + diff --git a/kaudiocreator/general.ui b/kaudiocreator/general.ui index 3e29240c..2fd465f3 100644 --- a/kaudiocreator/general.ui +++ b/kaudiocreator/general.ui @@ -278,8 +278,8 @@ general.ui.h - + updateExample() - + diff --git a/kaudiocreator/wizard.ui b/kaudiocreator/wizard.ui index 970a5e84..0bda9d41 100644 --- a/kaudiocreator/wizard.ui +++ b/kaudiocreator/wizard.ui @@ -392,7 +392,7 @@ wizard.ui.h - + homePressed() extensionPressed() trackTitlePressed() @@ -405,6 +405,6 @@ artistPressed() commentPressed() fileFormatTextChanged( const TQString & text ) - + diff --git a/kscd/configWidgetUI.ui b/kscd/configWidgetUI.ui index 79c06938..14f4435b 100644 --- a/kscd/configWidgetUI.ui +++ b/kscd/configWidgetUI.ui @@ -445,10 +445,10 @@ kcfg_DigitalPlayback kcfg_AudioDevice - + kcfg_DigitalPlayback_toggled( bool ) kcfg_SelectEncoding_toggled(bool) - + kcolorbutton.h diff --git a/kscd/panel.ui b/kscd/panel.ui index c9f12409..c3fd3a09 100644 --- a/kscd/panel.ui +++ b/kscd/panel.ui @@ -451,12 +451,12 @@ cddbPB infoPB - + playClicked() stopClicked() prevClicked() ejectClicked() nextClicked() - + diff --git a/libkcddb/cdinfodialogbase.ui b/libkcddb/cdinfodialogbase.ui index 65948217..3c6a386f 100644 --- a/libkcddb/cdinfodialogbase.ui +++ b/libkcddb/cdinfodialogbase.ui @@ -398,12 +398,12 @@ static const unsigned TRACK_TITLE = 2; static const unsigned TRACK_COMMENT = 3; - + play(int i) discInfoClicked() trackInfoClicked(unsigned) - - + + slotTrackSelected( TQListViewItem * item ) slotNextTrack() slotTrackDoubleClicked( TQListViewItem * item, const TQPoint &, int column ) @@ -412,7 +412,7 @@ genreChanged( const TQString & newGenre ) slotMultipleArtists( bool hasMultipleArtist ) slotChangeEncoding() - + init() destroy() diff --git a/libkcddb/kcmcddb/cddbconfigwidgetbase.ui b/libkcddb/kcmcddb/cddbconfigwidgetbase.ui index 8da249db..8ea060f9 100644 --- a/libkcddb/kcmcddb/cddbconfigwidgetbase.ui +++ b/libkcddb/kcmcddb/cddbconfigwidgetbase.ui @@ -580,11 +580,11 @@ kcfg_port kcfg_lookupTransport - + protocolChanged() showMirrorList() needAuthenticationChanged(bool) - + diff --git a/noatun/modules/kaiman/SKIN-SPECS b/noatun/modules/kaiman/SKIN-SPECS index ae293014..bc3533ad 100644 --- a/noatun/modules/kaiman/SKIN-SPECS +++ b/noatun/modules/kaiman/SKIN-SPECS @@ -247,7 +247,7 @@ Digit_Large/Digit_Small_Default: filename Image file. Contains digits horizontally from 0 to 9, and a blank space. These two digits are a convenience function, if you want to use a digit more than - once it is quicker to load it into on of these two Q_SLOTS. Then when using the digit + once it is quicker to load it into on of these two slots. Then when using the digit in the number item type below, use the words 'Large' or 'Small' in place of the filename. diff --git a/noatun/modules/simple/propertiesdialog.ui b/noatun/modules/simple/propertiesdialog.ui index ca13195a..9ac59ed1 100644 --- a/noatun/modules/simple/propertiesdialog.ui +++ b/noatun/modules/simple/propertiesdialog.ui @@ -341,8 +341,8 @@ kmimetype.h propertiesdialog.ui.h - + setPlayObject( PlaylistItem pi, Arts::PlayObject po ) - + diff --git a/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui b/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui index 25a6d6f5..fba43890 100644 --- a/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui +++ b/tdeioslave/audiocd/kcmaudiocd/audiocdconfig.ui @@ -619,8 +619,8 @@ tdecmodule.h klineedit.h - + toggleLowpass() - +