From 107ab7796f5e050b4d96d1ebf8e7121a61f6279d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:43 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c) --- juk/advancedsearchdialog.h | 2 +- juk/akodeplayer.h | 2 +- juk/artsplayer.h | 2 +- juk/collectionlist.h | 2 +- juk/coverdialog.h | 2 +- juk/deletedialog.h | 4 ++-- juk/directorylist.h | 2 +- juk/dynamicplaylist.h | 2 +- juk/exampleoptions.h | 4 ++-- juk/filerenamer.h | 2 +- juk/filerenamerconfigdlg.h | 2 +- juk/filerenameroptions.h | 4 ++-- juk/folderplaylist.h | 2 +- juk/gstreamerplayer.h | 2 +- juk/historyplaylist.h | 2 +- juk/juk.h | 2 +- juk/k3bexporter.h | 4 ++-- juk/keydialog.h | 2 +- juk/nowplaying.h | 6 +++--- juk/playermanager.h | 2 +- juk/playlist.h | 2 +- juk/playlistbox.h | 4 ++-- juk/playlistcollection.h | 2 +- juk/playlistsplitter.h | 2 +- juk/searchplaylist.h | 2 +- juk/searchwidget.h | 4 ++-- juk/slideraction.h | 4 ++-- juk/statuslabel.h | 2 +- juk/systemtray.h | 4 ++-- juk/tageditor.h | 2 +- juk/tagguesserconfigdlg.h | 2 +- juk/tagtransactionmanager.h | 2 +- juk/trackpickerdialog.h | 2 +- juk/tracksequencemanager.h | 2 +- juk/treeviewitemplaylist.h | 2 +- juk/viewmode.h | 6 +++--- juk/webimagefetcher.h | 2 +- juk/webimagefetcherdialog.h | 4 ++-- 38 files changed, 51 insertions(+), 51 deletions(-) (limited to 'juk') diff --git a/juk/advancedsearchdialog.h b/juk/advancedsearchdialog.h index 76c6f7be..11069273 100644 --- a/juk/advancedsearchdialog.h +++ b/juk/advancedsearchdialog.h @@ -26,7 +26,7 @@ class SearchLine; class AdvancedSearchDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/akodeplayer.h b/juk/akodeplayer.h index 5e55c906..8805f786 100644 --- a/juk/akodeplayer.h +++ b/juk/akodeplayer.h @@ -36,7 +36,7 @@ namespace aKode { class KDE_EXPORT aKodePlayer : public Player { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/artsplayer.h b/juk/artsplayer.h index 25fb232f..02b5edf6 100644 --- a/juk/artsplayer.h +++ b/juk/artsplayer.h @@ -46,7 +46,7 @@ namespace KDE { class ArtsPlayer : public Player { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/collectionlist.h b/juk/collectionlist.h index 2a835c10..d01463ac 100644 --- a/juk/collectionlist.h +++ b/juk/collectionlist.h @@ -63,7 +63,7 @@ class CollectionList : public Playlist { friend class CollectionListItem; - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/coverdialog.h b/juk/coverdialog.h index 95589350..00df8d64 100644 --- a/juk/coverdialog.h +++ b/juk/coverdialog.h @@ -20,7 +20,7 @@ class CoverDialog : public CoverDialogBase { - Q_OBJECT + TQ_OBJECT public: CoverDialog(TQWidget *parent); diff --git a/juk/deletedialog.h b/juk/deletedialog.h index 522ee210..a5e1fbd3 100644 --- a/juk/deletedialog.h +++ b/juk/deletedialog.h @@ -28,7 +28,7 @@ class TQWidgetStack; class DeleteWidget : public DeleteDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -42,7 +42,7 @@ protected slots: class DeleteDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/directorylist.h b/juk/directorylist.h index 4c1ebcef..c780b59b 100644 --- a/juk/directorylist.h +++ b/juk/directorylist.h @@ -21,7 +21,7 @@ class DirectoryListBase; class DirectoryList : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/dynamicplaylist.h b/juk/dynamicplaylist.h index 3f03d365..ead7851c 100644 --- a/juk/dynamicplaylist.h +++ b/juk/dynamicplaylist.h @@ -24,7 +24,7 @@ class DynamicPlaylist : public Playlist { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/juk/exampleoptions.h b/juk/exampleoptions.h index a161f95b..8228c9e2 100644 --- a/juk/exampleoptions.h +++ b/juk/exampleoptions.h @@ -21,7 +21,7 @@ class ExampleOptions : public ExampleOptionsBase { - Q_OBJECT + TQ_OBJECT public: ExampleOptions(TQWidget *parent); @@ -36,7 +36,7 @@ class ExampleOptions : public ExampleOptionsBase // buttons to close it. It's just a little floating dialog. class ExampleOptionsDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ExampleOptionsDialog(TQWidget *parent); diff --git a/juk/filerenamer.h b/juk/filerenamer.h index fbbc1a73..77275c53 100644 --- a/juk/filerenamer.h +++ b/juk/filerenamer.h @@ -139,7 +139,7 @@ private: */ class FileRenamerWidget : public FileRenamerBase, public CategoryReaderInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/filerenamerconfigdlg.h b/juk/filerenamerconfigdlg.h index 3ae4d762..3a43e6fa 100644 --- a/juk/filerenamerconfigdlg.h +++ b/juk/filerenamerconfigdlg.h @@ -22,7 +22,7 @@ class FileRenamerWidget; class FileRenamerConfigDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FileRenamerConfigDlg(TQWidget *parent); diff --git a/juk/filerenameroptions.h b/juk/filerenameroptions.h index 9e82394b..82cc1584 100644 --- a/juk/filerenameroptions.h +++ b/juk/filerenameroptions.h @@ -27,7 +27,7 @@ */ class FileRenamerTagOptions : public FileRenamerTagOptionsBase { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ class FileRenamerTagOptions : public FileRenamerTagOptionsBase */ class TagOptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/folderplaylist.h b/juk/folderplaylist.h index a25ffb53..495625dc 100644 --- a/juk/folderplaylist.h +++ b/juk/folderplaylist.h @@ -19,7 +19,7 @@ class FolderPlaylist : public Playlist { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/gstreamerplayer.h b/juk/gstreamerplayer.h index ef18785c..d133d27e 100644 --- a/juk/gstreamerplayer.h +++ b/juk/gstreamerplayer.h @@ -30,7 +30,7 @@ class GStreamerPlayer : public Player { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/historyplaylist.h b/juk/historyplaylist.h index 2968f846..2b1e5c2e 100644 --- a/juk/historyplaylist.h +++ b/juk/historyplaylist.h @@ -36,7 +36,7 @@ private: class HistoryPlaylist : public Playlist { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/juk.h b/juk/juk.h index 629019a1..9dfb4910 100644 --- a/juk/juk.h +++ b/juk/juk.h @@ -36,7 +36,7 @@ class PlaylistSplitter; class JuK : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/k3bexporter.h b/juk/k3bexporter.h index ce4c6bf8..89337038 100644 --- a/juk/k3bexporter.h +++ b/juk/k3bexporter.h @@ -29,7 +29,7 @@ class PlaylistAction; */ class K3bExporter : public PlaylistExporter { - Q_OBJECT + TQ_OBJECT public: @@ -77,7 +77,7 @@ private: */ class K3bPlaylistExporter : public K3bExporter { - Q_OBJECT + TQ_OBJECT public: K3bPlaylistExporter(PlaylistBox *parent = 0); diff --git a/juk/keydialog.h b/juk/keydialog.h index a974598b..b23eff8f 100644 --- a/juk/keydialog.h +++ b/juk/keydialog.h @@ -25,7 +25,7 @@ class KeyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/nowplaying.h b/juk/nowplaying.h index 60d040e2..0fc57f07 100644 --- a/juk/nowplaying.h +++ b/juk/nowplaying.h @@ -39,7 +39,7 @@ class Playlist; class NowPlaying : public TQHBox { - Q_OBJECT + TQ_OBJECT public: @@ -126,7 +126,7 @@ public: class TrackItem : public TQWidget, public NowPlayingItem { - Q_OBJECT + TQ_OBJECT public: @@ -148,7 +148,7 @@ private: class HistoryItem : public LinkLabel, public NowPlayingItem { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/playermanager.h b/juk/playermanager.h index e8f6e528..3c722338 100644 --- a/juk/playermanager.h +++ b/juk/playermanager.h @@ -32,7 +32,7 @@ class PlaylistInterface; class PlayerManager : public Player, public PlayerIface { - Q_OBJECT + TQ_OBJECT protected: diff --git a/juk/playlist.h b/juk/playlist.h index e06744b3..2425b760 100644 --- a/juk/playlist.h +++ b/juk/playlist.h @@ -45,7 +45,7 @@ typedef TQValueList PlaylistItemList; class Playlist : public TDEListView, public PlaylistInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/playlistbox.h b/juk/playlistbox.h index d8169714..4bcd82f9 100644 --- a/juk/playlistbox.h +++ b/juk/playlistbox.h @@ -40,7 +40,7 @@ typedef TQValueList PlaylistList; class PlaylistBox : public TDEListView, public PlaylistCollection { - Q_OBJECT + TQ_OBJECT public: @@ -141,7 +141,7 @@ class PlaylistBox::Item : public TQObject, public TDEListViewItem friend class CompactViewMode; friend class TreeViewMode; - Q_OBJECT + TQ_OBJECT // moc won't let me create private TQObject subclasses and TQt won't let me diff --git a/juk/playlistcollection.h b/juk/playlistcollection.h index e5bf42e0..997972dc 100644 --- a/juk/playlistcollection.h +++ b/juk/playlistcollection.h @@ -209,7 +209,7 @@ private: class PlaylistCollection::ActionHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: ActionHandler(PlaylistCollection *collection); diff --git a/juk/playlistsplitter.h b/juk/playlistsplitter.h index 8c6216ac..914bad4b 100644 --- a/juk/playlistsplitter.h +++ b/juk/playlistsplitter.h @@ -40,7 +40,7 @@ class TagEditor; class PlaylistSplitter : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/searchplaylist.h b/juk/searchplaylist.h index c40748c3..8bfbc216 100644 --- a/juk/searchplaylist.h +++ b/juk/searchplaylist.h @@ -20,7 +20,7 @@ class SearchPlaylist : public DynamicPlaylist { - Q_OBJECT + TQ_OBJECT public: SearchPlaylist(PlaylistCollection *collection, diff --git a/juk/searchwidget.h b/juk/searchwidget.h index 47354dae..a1d0a306 100644 --- a/juk/searchwidget.h +++ b/juk/searchwidget.h @@ -34,7 +34,7 @@ class Playlist; class SearchLine : public TQHBox { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ private: class SearchWidget : public TDEToolBar, public SearchIface { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/slideraction.h b/juk/slideraction.h index 1c38c0a5..78db9117 100644 --- a/juk/slideraction.h +++ b/juk/slideraction.h @@ -24,7 +24,7 @@ class TQDockWindow; class VolumeSlider : public TQSlider { - Q_OBJECT + TQ_OBJECT public: @@ -48,7 +48,7 @@ private slots: class SliderAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/statuslabel.h b/juk/statuslabel.h index a5f0bbff..9d9657a5 100644 --- a/juk/statuslabel.h +++ b/juk/statuslabel.h @@ -27,7 +27,7 @@ class FileHandle; class StatusLabel : public TQHBox, public PlaylistObserver { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/systemtray.h b/juk/systemtray.h index 7a8994cc..469cf9ee 100644 --- a/juk/systemtray.h +++ b/juk/systemtray.h @@ -37,7 +37,7 @@ class FileHandle; */ class PassiveInfo : public KPassivePopup { - Q_OBJECT + TQ_OBJECT public: PassiveInfo(TQWidget *parent = 0, const char *name = 0); @@ -64,7 +64,7 @@ private: class SystemTray : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/tageditor.h b/juk/tageditor.h index ee62c7b2..14cc9c67 100644 --- a/juk/tageditor.h +++ b/juk/tageditor.h @@ -36,7 +36,7 @@ class CollectionObserver; class TagEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/tagguesserconfigdlg.h b/juk/tagguesserconfigdlg.h index cbb56845..ef0bca01 100644 --- a/juk/tagguesserconfigdlg.h +++ b/juk/tagguesserconfigdlg.h @@ -16,7 +16,7 @@ class TQListViewItem; class TagGuesserConfigDlgWidget; class TagGuesserConfigDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: TagGuesserConfigDlg(TQWidget *parent, const char *name = 0); diff --git a/juk/tagtransactionmanager.h b/juk/tagtransactionmanager.h index 81520bd4..0e169bba 100644 --- a/juk/tagtransactionmanager.h +++ b/juk/tagtransactionmanager.h @@ -105,7 +105,7 @@ typedef TQValueList TagAlterationList; */ class TagTransactionManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/trackpickerdialog.h b/juk/trackpickerdialog.h index ff2912e2..4fd2b1fb 100644 --- a/juk/trackpickerdialog.h +++ b/juk/trackpickerdialog.h @@ -28,7 +28,7 @@ class TrackPickerDialogBase; class TrackPickerDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/tracksequencemanager.h b/juk/tracksequencemanager.h index d8cd1b47..898868ba 100644 --- a/juk/tracksequencemanager.h +++ b/juk/tracksequencemanager.h @@ -35,7 +35,7 @@ class Playlist; */ class TrackSequenceManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/treeviewitemplaylist.h b/juk/treeviewitemplaylist.h index bc1815e4..3dd4c803 100644 --- a/juk/treeviewitemplaylist.h +++ b/juk/treeviewitemplaylist.h @@ -23,7 +23,7 @@ class TQStringList; class TreeViewItemPlaylist : public SearchPlaylist { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/viewmode.h b/juk/viewmode.h index cf260204..3852decb 100644 --- a/juk/viewmode.h +++ b/juk/viewmode.h @@ -28,7 +28,7 @@ class SearchPlaylist; class ViewMode : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -120,7 +120,7 @@ class TreeViewItemPlaylist; class TreeViewMode : public CompactViewMode { - Q_OBJECT + TQ_OBJECT public: @@ -150,7 +150,7 @@ private: class CoverManagerMode : public ViewMode { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/webimagefetcher.h b/juk/webimagefetcher.h index 26eefe60..32dbdbc2 100644 --- a/juk/webimagefetcher.h +++ b/juk/webimagefetcher.h @@ -54,7 +54,7 @@ typedef TQValueList WebImageList; class WebImageFetcher : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/juk/webimagefetcherdialog.h b/juk/webimagefetcherdialog.h index afe2cd18..5d34a614 100644 --- a/juk/webimagefetcherdialog.h +++ b/juk/webimagefetcherdialog.h @@ -26,7 +26,7 @@ class KURL; class WebImageFetcherDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ namespace TDEIO class CoverIconViewItem : public TQObject, public TDEIconViewItem { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1