summaryrefslogtreecommitdiffstats
path: root/juk
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:43 +0900
commit678ee0d63590ba7bf1cad32070c229d699617a3c (patch)
tree04cea2ad9f3a2067119417dfe2bbc583a973a2cf /juk
parent7ca73e272ed839b546d224918ec538b57011782b (diff)
downloadtdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.tar.gz
tdemultimedia-678ee0d63590ba7bf1cad32070c229d699617a3c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'juk')
-rw-r--r--juk/advancedsearchdialog.h2
-rw-r--r--juk/akodeplayer.h2
-rw-r--r--juk/artsplayer.h2
-rw-r--r--juk/collectionlist.h2
-rw-r--r--juk/coverdialog.h2
-rw-r--r--juk/deletedialog.h4
-rw-r--r--juk/directorylist.h2
-rw-r--r--juk/dynamicplaylist.h2
-rw-r--r--juk/exampleoptions.h4
-rw-r--r--juk/filerenamer.h2
-rw-r--r--juk/filerenamerconfigdlg.h2
-rw-r--r--juk/filerenameroptions.h4
-rw-r--r--juk/folderplaylist.h2
-rw-r--r--juk/gstreamerplayer.h2
-rw-r--r--juk/historyplaylist.h2
-rw-r--r--juk/juk.h2
-rw-r--r--juk/k3bexporter.h4
-rw-r--r--juk/keydialog.h2
-rw-r--r--juk/nowplaying.h6
-rw-r--r--juk/playermanager.h2
-rw-r--r--juk/playlist.h2
-rw-r--r--juk/playlistbox.h4
-rw-r--r--juk/playlistcollection.h2
-rw-r--r--juk/playlistsplitter.h2
-rw-r--r--juk/searchplaylist.h2
-rw-r--r--juk/searchwidget.h4
-rw-r--r--juk/slideraction.h4
-rw-r--r--juk/statuslabel.h2
-rw-r--r--juk/systemtray.h4
-rw-r--r--juk/tageditor.h2
-rw-r--r--juk/tagguesserconfigdlg.h2
-rw-r--r--juk/tagtransactionmanager.h2
-rw-r--r--juk/trackpickerdialog.h2
-rw-r--r--juk/tracksequencemanager.h2
-rw-r--r--juk/treeviewitemplaylist.h2
-rw-r--r--juk/viewmode.h6
-rw-r--r--juk/webimagefetcher.h2
-rw-r--r--juk/webimagefetcherdialog.h4
38 files changed, 51 insertions, 51 deletions
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<PlaylistItem *> 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<Playlist *> 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<TagTransactionAtom> 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<WebImage> 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: