From 730bb5bd4cffbbc5cf3a32212533fef885dbab87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:51 -0600 Subject: Remove spurious TQ_OBJECT instances --- 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 a17f1fc4..76c6f7be 100644 --- a/juk/advancedsearchdialog.h +++ b/juk/advancedsearchdialog.h @@ -27,7 +27,7 @@ class SearchLine; class AdvancedSearchDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: struct Result diff --git a/juk/akodeplayer.h b/juk/akodeplayer.h index fb78fb42..5e55c906 100644 --- a/juk/akodeplayer.h +++ b/juk/akodeplayer.h @@ -37,7 +37,7 @@ namespace aKode { class KDE_EXPORT aKodePlayer : public Player { Q_OBJECT - TQ_OBJECT + public: aKodePlayer(); diff --git a/juk/artsplayer.h b/juk/artsplayer.h index 096074d9..c022dbdb 100644 --- a/juk/artsplayer.h +++ b/juk/artsplayer.h @@ -47,7 +47,7 @@ namespace KDE { class ArtsPlayer : public Player { Q_OBJECT - TQ_OBJECT + public: ArtsPlayer(); diff --git a/juk/collectionlist.h b/juk/collectionlist.h index 84410a14..5df08023 100644 --- a/juk/collectionlist.h +++ b/juk/collectionlist.h @@ -64,7 +64,7 @@ class CollectionList : public Playlist friend class CollectionListItem; Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/coverdialog.h b/juk/coverdialog.h index 0f5d9d0a..127057d3 100644 --- a/juk/coverdialog.h +++ b/juk/coverdialog.h @@ -21,7 +21,7 @@ class CoverDialog : public CoverDialogBase { Q_OBJECT - TQ_OBJECT + public: CoverDialog(TQWidget *parent); ~CoverDialog(); diff --git a/juk/deletedialog.h b/juk/deletedialog.h index e8fdc678..0e51a385 100644 --- a/juk/deletedialog.h +++ b/juk/deletedialog.h @@ -29,7 +29,7 @@ class TQWidgetStack; class DeleteWidget : public DeleteDialogBase { Q_OBJECT - TQ_OBJECT + public: DeleteWidget(TQWidget *parent = 0, const char *name = 0); @@ -43,7 +43,7 @@ protected slots: class DeleteDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: DeleteDialog(TQWidget *parent, const char *name = "delete_dialog"); diff --git a/juk/directorylist.h b/juk/directorylist.h index 94835f2a..8a973dfc 100644 --- a/juk/directorylist.h +++ b/juk/directorylist.h @@ -22,7 +22,7 @@ class DirectoryListBase; class DirectoryList : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: struct Result diff --git a/juk/dynamicplaylist.h b/juk/dynamicplaylist.h index f7c4f970..3f03d365 100644 --- a/juk/dynamicplaylist.h +++ b/juk/dynamicplaylist.h @@ -25,7 +25,7 @@ class DynamicPlaylist : public Playlist { Q_OBJECT - TQ_OBJECT + public: /** * Creates a dynamic playlist based on lists. diff --git a/juk/exampleoptions.h b/juk/exampleoptions.h index 03dfaa13..1d2097f5 100644 --- a/juk/exampleoptions.h +++ b/juk/exampleoptions.h @@ -22,7 +22,7 @@ class ExampleOptions : public ExampleOptionsBase { Q_OBJECT - TQ_OBJECT + public: ExampleOptions(TQWidget *parent); @@ -37,7 +37,7 @@ class ExampleOptions : public ExampleOptionsBase class ExampleOptionsDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: ExampleOptionsDialog(TQWidget *parent); diff --git a/juk/filerenamer.h b/juk/filerenamer.h index 46f17bf0..9c1910fa 100644 --- a/juk/filerenamer.h +++ b/juk/filerenamer.h @@ -140,7 +140,7 @@ private: class FileRenamerWidget : public FileRenamerBase, public CategoryReaderInterface { Q_OBJECT - TQ_OBJECT + public: FileRenamerWidget(TQWidget *parent); diff --git a/juk/filerenamerconfigdlg.h b/juk/filerenamerconfigdlg.h index fb209cc7..96c29145 100644 --- a/juk/filerenamerconfigdlg.h +++ b/juk/filerenamerconfigdlg.h @@ -23,7 +23,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 fa158124..6cc91ed8 100644 --- a/juk/filerenameroptions.h +++ b/juk/filerenameroptions.h @@ -28,7 +28,7 @@ class FileRenamerTagOptions : public FileRenamerTagOptionsBase { Q_OBJECT - TQ_OBJECT + public: FileRenamerTagOptions(TQWidget *parent, const TagRenamerOptions &options); @@ -52,7 +52,7 @@ class FileRenamerTagOptions : public FileRenamerTagOptionsBase class TagOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TagOptionsDialog(TQWidget *parent, const TagRenamerOptions &options, unsigned categoryNumber); diff --git a/juk/folderplaylist.h b/juk/folderplaylist.h index 7e4557ff..a25ffb53 100644 --- a/juk/folderplaylist.h +++ b/juk/folderplaylist.h @@ -20,7 +20,7 @@ class FolderPlaylist : public Playlist { Q_OBJECT - TQ_OBJECT + public: FolderPlaylist(PlaylistCollection *collection, const TQString &folder = TQString(), diff --git a/juk/gstreamerplayer.h b/juk/gstreamerplayer.h index fe08c837..5b4dbf6b 100644 --- a/juk/gstreamerplayer.h +++ b/juk/gstreamerplayer.h @@ -31,7 +31,7 @@ class GStreamerPlayer : public Player { Q_OBJECT - TQ_OBJECT + public: GStreamerPlayer(); diff --git a/juk/historyplaylist.h b/juk/historyplaylist.h index bac4631f..2968f846 100644 --- a/juk/historyplaylist.h +++ b/juk/historyplaylist.h @@ -37,7 +37,7 @@ private: class HistoryPlaylist : public Playlist { Q_OBJECT - TQ_OBJECT + public: HistoryPlaylist(PlaylistCollection *collection); diff --git a/juk/juk.h b/juk/juk.h index 9dca7c90..597e639e 100644 --- a/juk/juk.h +++ b/juk/juk.h @@ -37,7 +37,7 @@ class PlaylistSplitter; class JuK : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: JuK(TQWidget* parent = 0, const char *name = 0); diff --git a/juk/k3bexporter.h b/juk/k3bexporter.h index 9577e0b3..922694a1 100644 --- a/juk/k3bexporter.h +++ b/juk/k3bexporter.h @@ -30,7 +30,7 @@ class PlaylistAction; class K3bExporter : public PlaylistExporter { Q_OBJECT - TQ_OBJECT + public: K3bExporter(Playlist *parent = 0); @@ -78,7 +78,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 940350c2..87979302 100644 --- a/juk/keydialog.h +++ b/juk/keydialog.h @@ -26,7 +26,7 @@ class KeyDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/nowplaying.h b/juk/nowplaying.h index f1b38dce..60d040e2 100644 --- a/juk/nowplaying.h +++ b/juk/nowplaying.h @@ -40,7 +40,7 @@ class Playlist; class NowPlaying : public TQHBox { Q_OBJECT - TQ_OBJECT + public: NowPlaying(TQWidget *parent, PlaylistCollection *collection, @@ -127,7 +127,7 @@ public: class TrackItem : public TQWidget, public NowPlayingItem { Q_OBJECT - TQ_OBJECT + public: TrackItem(NowPlaying *parent); @@ -149,7 +149,7 @@ private: class HistoryItem : public LinkLabel, public NowPlayingItem { Q_OBJECT - TQ_OBJECT + public: HistoryItem(NowPlaying *parent); diff --git a/juk/playermanager.h b/juk/playermanager.h index 9d6b3b06..62a33308 100644 --- a/juk/playermanager.h +++ b/juk/playermanager.h @@ -33,7 +33,7 @@ class PlaylistInterface; class PlayerManager : public Player, public PlayerIface { Q_OBJECT - TQ_OBJECT + protected: PlayerManager(); diff --git a/juk/playlist.h b/juk/playlist.h index 22c16b45..80b10ef8 100644 --- a/juk/playlist.h +++ b/juk/playlist.h @@ -46,7 +46,7 @@ typedef TQValueList PlaylistItemList; class Playlist : public KListView, public PlaylistInterface { Q_OBJECT - TQ_OBJECT + public: diff --git a/juk/playlistbox.h b/juk/playlistbox.h index 42003634..d3b96524 100644 --- a/juk/playlistbox.h +++ b/juk/playlistbox.h @@ -41,7 +41,7 @@ typedef TQValueList PlaylistList; class PlaylistBox : public KListView, public PlaylistCollection { Q_OBJECT - TQ_OBJECT + public: class Item; @@ -142,7 +142,7 @@ class PlaylistBox::Item : public TQObject, public KListViewItem friend class TreeViewMode; Q_OBJECT - TQ_OBJECT + // tqmoc won't let me create private TQObject subclasses and TQt won't let me // make the destructor protected, so here's the closest hack that will diff --git a/juk/playlistcollection.h b/juk/playlistcollection.h index 92b5ea0d..93fa71f7 100644 --- a/juk/playlistcollection.h +++ b/juk/playlistcollection.h @@ -210,7 +210,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 2162d9b8..c33621d3 100644 --- a/juk/playlistsplitter.h +++ b/juk/playlistsplitter.h @@ -41,7 +41,7 @@ class TagEditor; class PlaylistSplitter : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: PlaylistSplitter(TQWidget *parent, const char *name = 0); diff --git a/juk/searchplaylist.h b/juk/searchplaylist.h index 5e22baaf..c40748c3 100644 --- a/juk/searchplaylist.h +++ b/juk/searchplaylist.h @@ -21,7 +21,7 @@ class SearchPlaylist : public DynamicPlaylist { Q_OBJECT - TQ_OBJECT + public: SearchPlaylist(PlaylistCollection *collection, const PlaylistSearch &search = PlaylistSearch(), diff --git a/juk/searchwidget.h b/juk/searchwidget.h index 8bb20ab9..cc82140b 100644 --- a/juk/searchwidget.h +++ b/juk/searchwidget.h @@ -35,7 +35,7 @@ class Playlist; class SearchLine : public TQHBox { Q_OBJECT - TQ_OBJECT + public: enum Mode { Default = 0, CaseSensitive = 1, Pattern = 2 }; @@ -73,7 +73,7 @@ private: class SearchWidget : public KToolBar, public SearchIface { Q_OBJECT - TQ_OBJECT + public: SearchWidget(TQWidget *parent, const char *name = 0); diff --git a/juk/slideraction.h b/juk/slideraction.h index 70fb3a9d..0f4244da 100644 --- a/juk/slideraction.h +++ b/juk/slideraction.h @@ -25,7 +25,7 @@ class TQDockWindow; class VolumeSlider : public TQSlider { Q_OBJECT - TQ_OBJECT + public: VolumeSlider(Qt::Orientation o, TQWidget *parent, const char *name); @@ -49,7 +49,7 @@ private slots: class SliderAction : public KAction { Q_OBJECT - TQ_OBJECT + public: SliderAction(const TQString &text, TQObject *parent, const char *name); diff --git a/juk/statuslabel.h b/juk/statuslabel.h index 4d33f387..a5f0bbff 100644 --- a/juk/statuslabel.h +++ b/juk/statuslabel.h @@ -28,7 +28,7 @@ class FileHandle; class StatusLabel : public TQHBox, public PlaylistObserver { Q_OBJECT - TQ_OBJECT + public: StatusLabel(PlaylistInterface *playlist, TQWidget *parent = 0, const char *name = 0); diff --git a/juk/systemtray.h b/juk/systemtray.h index 66f76111..7a8994cc 100644 --- a/juk/systemtray.h +++ b/juk/systemtray.h @@ -38,7 +38,7 @@ class FileHandle; class PassiveInfo : public KPassivePopup { Q_OBJECT - TQ_OBJECT + public: PassiveInfo(TQWidget *parent = 0, const char *name = 0); @@ -65,7 +65,7 @@ private: class SystemTray : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: SystemTray(TQWidget *parent = 0, const char *name = 0); diff --git a/juk/tageditor.h b/juk/tageditor.h index 10649494..5ea7a588 100644 --- a/juk/tageditor.h +++ b/juk/tageditor.h @@ -37,7 +37,7 @@ class CollectionObserver; class TagEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: TagEditor(TQWidget *parent = 0, const char *name = 0); diff --git a/juk/tagguesserconfigdlg.h b/juk/tagguesserconfigdlg.h index c268c725..cbb56845 100644 --- a/juk/tagguesserconfigdlg.h +++ b/juk/tagguesserconfigdlg.h @@ -17,7 +17,7 @@ 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 dfb63d1a..8792831a 100644 --- a/juk/tagtransactionmanager.h +++ b/juk/tagtransactionmanager.h @@ -106,7 +106,7 @@ typedef TQValueList TagAlterationList; class TagTransactionManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/trackpickerdialog.h b/juk/trackpickerdialog.h index a25cc3d1..ff2912e2 100644 --- a/juk/trackpickerdialog.h +++ b/juk/trackpickerdialog.h @@ -29,7 +29,7 @@ class TrackPickerDialogBase; class TrackPickerDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TrackPickerDialog(const TQString &name, diff --git a/juk/tracksequencemanager.h b/juk/tracksequencemanager.h index 8d90f7d9..c21f7d50 100644 --- a/juk/tracksequencemanager.h +++ b/juk/tracksequencemanager.h @@ -36,7 +36,7 @@ class Playlist; class TrackSequenceManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/treeviewitemplaylist.h b/juk/treeviewitemplaylist.h index de2c13d9..bc1815e4 100644 --- a/juk/treeviewitemplaylist.h +++ b/juk/treeviewitemplaylist.h @@ -24,7 +24,7 @@ class TQStringList; class TreeViewItemPlaylist : public SearchPlaylist { Q_OBJECT - TQ_OBJECT + public: TreeViewItemPlaylist(PlaylistCollection *collection, diff --git a/juk/viewmode.h b/juk/viewmode.h index a2d30a9a..51c3d096 100644 --- a/juk/viewmode.h +++ b/juk/viewmode.h @@ -29,7 +29,7 @@ class SearchPlaylist; class ViewMode : public TQObject { Q_OBJECT - TQ_OBJECT + public: ViewMode(PlaylistBox *b); @@ -121,7 +121,7 @@ class TreeViewItemPlaylist; class TreeViewMode : public CompactViewMode { Q_OBJECT - TQ_OBJECT + public: TreeViewMode(PlaylistBox *l); @@ -151,7 +151,7 @@ private: class CoverManagerMode : public ViewMode { Q_OBJECT - TQ_OBJECT + public: CoverManagerMode(PlaylistBox *b); diff --git a/juk/webimagefetcher.h b/juk/webimagefetcher.h index 08bfe837..26eefe60 100644 --- a/juk/webimagefetcher.h +++ b/juk/webimagefetcher.h @@ -55,7 +55,7 @@ typedef TQValueList WebImageList; class WebImageFetcher : public TQObject { Q_OBJECT - TQ_OBJECT + public: WebImageFetcher(TQObject *parent); diff --git a/juk/webimagefetcherdialog.h b/juk/webimagefetcherdialog.h index 0211ceec..40ff1b44 100644 --- a/juk/webimagefetcherdialog.h +++ b/juk/webimagefetcherdialog.h @@ -27,7 +27,7 @@ class KURL; class WebImageFetcherDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: WebImageFetcherDialog(const WebImageList &urlList, @@ -74,7 +74,7 @@ namespace KIO class CoverIconViewItem : public TQObject, public KIconViewItem { Q_OBJECT - TQ_OBJECT + public: CoverIconViewItem(TQIconView *parent, const WebImage &image); -- cgit v1.2.1