From b71a5b9b6a73eb786afc7d967e26f03a264e0f40 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 5 Feb 2024 11:19:09 +0900 Subject: Replace Q_SIGNALS and Q_SLOTS Signed-off-by: Michele Calgaro (cherry picked from commit 8423a99b3f4530263c4d16364e834ecf83fd9b3b) --- juk/HACKING | 10 +++++----- juk/coverdialogbase.ui | 4 ++-- juk/deletedialogbase.ui | 4 ++-- juk/exampleoptionsbase.ui | 8 ++++---- juk/filerenamerbase.ui | 4 ++-- juk/filerenameroptionsbase.ui | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) (limited to 'juk') 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 -- cgit v1.2.1