From 636eef5bea9dd243a08d77c9c537fb36ee30f838 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:25:03 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/advancedsearchdialog.h | 4 ++-- juk/categoryreaderinterface.h | 4 ++-- juk/covermanager.h | 6 +++--- juk/deletedialog.h | 6 +++--- juk/filehandle.h | 6 +++--- juk/filerenamer.h | 12 ++++++------ juk/juk.h | 4 ++-- juk/k3bexporter.h | 2 +- juk/nowplaying.h | 4 ++-- juk/playermanager.h | 2 +- juk/playlist.h | 2 +- juk/playlistcollection.h | 2 +- juk/searchwidget.h | 2 +- juk/slideraction.h | 4 ++-- juk/statuslabel.h | 2 +- juk/systemtray.h | 4 ++-- juk/tageditor.h | 4 ++-- juk/tagguesserconfigdlg.h | 2 +- juk/tagtransactionmanager.h | 2 +- juk/treeviewitemplaylist.h | 2 +- juk/viewmode.h | 4 ++-- juk/webimagefetcher.h | 2 +- 22 files changed, 41 insertions(+), 41 deletions(-) (limited to 'juk') diff --git a/juk/advancedsearchdialog.h b/juk/advancedsearchdialog.h index 3cfb7163..699d5eb8 100644 --- a/juk/advancedsearchdialog.h +++ b/juk/advancedsearchdialog.h @@ -20,8 +20,8 @@ class KLineEdit; class KPushButton; -class QGroupBox; -class QRadioButton; +class TQGroupBox; +class TQRadioButton; class SearchLine; class AdvancedSearchDialog : public KDialogBase diff --git a/juk/categoryreaderinterface.h b/juk/categoryreaderinterface.h index 2b037c1a..a7324ae5 100644 --- a/juk/categoryreaderinterface.h +++ b/juk/categoryreaderinterface.h @@ -19,9 +19,9 @@ #include "tagrenameroptions.h" enum TagType; -class QString; +class TQString; -template class QValueList; +template class TQValueList; /** * This class is used to map categories into values. You should implement the diff --git a/juk/covermanager.h b/juk/covermanager.h index a935b810..d7eda155 100644 --- a/juk/covermanager.h +++ b/juk/covermanager.h @@ -22,9 +22,9 @@ #include class CoverManagerPrivate; -class QString; -class QPixmap; -class QDataStream; +class TQString; +class TQPixmap; +class TQDataStream; /** * This class holds the data on a cover. This includes the path to the cover diff --git a/juk/deletedialog.h b/juk/deletedialog.h index 4a442b23..34a98a6a 100644 --- a/juk/deletedialog.h +++ b/juk/deletedialog.h @@ -21,10 +21,10 @@ #include "deletedialogbase.h" -class QStringList; +class TQStringList; class KListBox; -class QLabel; -class QWidgetStack; +class TQLabel; +class TQWidgetStack; class DeleteWidget : public DeleteDialogBase { diff --git a/juk/filehandle.h b/juk/filehandle.h index 846e3320..bbfd6c67 100644 --- a/juk/filehandle.h +++ b/juk/filehandle.h @@ -18,9 +18,9 @@ #include -class QFileInfo; -class QDateTime; -class QDataStream; +class TQFileInfo; +class TQDateTime; +class TQDataStream; class CoverInfo; class Tag; diff --git a/juk/filerenamer.h b/juk/filerenamer.h index 66548039..0978a390 100644 --- a/juk/filerenamer.h +++ b/juk/filerenamer.h @@ -28,13 +28,13 @@ #include "playlistitem.h" class ExampleOptionsDialog; -class QCheckBox; -class QLayout; -class QLayoutItem; -class QPushButton; -class QVBox; +class TQCheckBox; +class TQLayout; +class TQLayoutItem; +class TQPushButton; +class TQVBox; class PlaylistItem; -class QSignalMapper; +class TQSignalMapper; // Used to decide what direction the FileRenamerWidget will move rows in. enum MovementDirection { MoveUp, MoveDown }; diff --git a/juk/juk.h b/juk/juk.h index 0c4ce27a..bdb3499f 100644 --- a/juk/juk.h +++ b/juk/juk.h @@ -20,8 +20,8 @@ #include "playermanager.h" -class QTimer; -class QListViewItem; +class TQTimer; +class TQListViewItem; class KToggleAction; class KSelectAction; diff --git a/juk/k3bexporter.h b/juk/k3bexporter.h index 7f23fb0e..0c414107 100644 --- a/juk/k3bexporter.h +++ b/juk/k3bexporter.h @@ -19,7 +19,7 @@ #include "playlistexporter.h" #include "playlistitem.h" -class QWidget; +class TQWidget; class DCOPRef; class PlaylistBox; class PlaylistAction; diff --git a/juk/nowplaying.h b/juk/nowplaying.h index fb12197d..0a60c278 100644 --- a/juk/nowplaying.h +++ b/juk/nowplaying.h @@ -25,8 +25,8 @@ #include "filehandle.h" #include "playlist.h" -class QTimer; -class QPoint; +class TQTimer; +class TQPoint; class NowPlayingItem; class PlaylistCollection; diff --git a/juk/playermanager.h b/juk/playermanager.h index fecb6995..c23c0752 100644 --- a/juk/playermanager.h +++ b/juk/playermanager.h @@ -19,7 +19,7 @@ #include "player.h" #include "jukIface.h" -class QTimer; +class TQTimer; class KSelectAction; class SliderAction; class StatusLabel; diff --git a/juk/playlist.h b/juk/playlist.h index a221d20e..aa1e1d84 100644 --- a/juk/playlist.h +++ b/juk/playlist.h @@ -34,7 +34,7 @@ class KPopupMenu; class KActionMenu; -class QEvent; +class TQEvent; class PlaylistCollection; class WebImageFetcher; diff --git a/juk/playlistcollection.h b/juk/playlistcollection.h index ab35a7dc..3c7eecbd 100644 --- a/juk/playlistcollection.h +++ b/juk/playlistcollection.h @@ -25,7 +25,7 @@ #include -class QWidgetStack; +class TQWidgetStack; class KAction; class Playlist; class PlaylistItem; diff --git a/juk/searchwidget.h b/juk/searchwidget.h index 577fc1c0..604b289b 100644 --- a/juk/searchwidget.h +++ b/juk/searchwidget.h @@ -26,7 +26,7 @@ #include "playlistsearch.h" #include "jukIface.h" -class QCheckBox; +class TQCheckBox; class KComboBox; diff --git a/juk/slideraction.h b/juk/slideraction.h index ead3a93f..2b88c8e3 100644 --- a/juk/slideraction.h +++ b/juk/slideraction.h @@ -19,8 +19,8 @@ #include #include -class QBoxLayout; -class QDockWindow; +class TQBoxLayout; +class TQDockWindow; class VolumeSlider : public QSlider { diff --git a/juk/statuslabel.h b/juk/statuslabel.h index ba519590..f0a64393 100644 --- a/juk/statuslabel.h +++ b/juk/statuslabel.h @@ -20,7 +20,7 @@ #include -class QLabel; +class TQLabel; class KSqueezedTextLabel; class FileHandle; diff --git a/juk/systemtray.h b/juk/systemtray.h index 34e638c8..05b3c6dc 100644 --- a/juk/systemtray.h +++ b/juk/systemtray.h @@ -25,8 +25,8 @@ #include class FlickerFreeLabel; -class QTimer; -class QVBox; +class TQTimer; +class TQVBox; class FileHandle; /** diff --git a/juk/tageditor.h b/juk/tageditor.h index 1820a179..c62df207 100644 --- a/juk/tageditor.h +++ b/juk/tageditor.h @@ -25,8 +25,8 @@ class KEdit; class KPushButton; class KConfigBase; -class QCheckBox; -class QBoxLayout; +class TQCheckBox; +class TQBoxLayout; class Playlist; class PlaylistItem; diff --git a/juk/tagguesserconfigdlg.h b/juk/tagguesserconfigdlg.h index f704eeeb..e0585f07 100644 --- a/juk/tagguesserconfigdlg.h +++ b/juk/tagguesserconfigdlg.h @@ -11,7 +11,7 @@ #include -class QListViewItem; +class TQListViewItem; class TagGuesserConfigDlgWidget; class TagGuesserConfigDlg : public KDialogBase diff --git a/juk/tagtransactionmanager.h b/juk/tagtransactionmanager.h index 85bfc0b7..7f8ef8d0 100644 --- a/juk/tagtransactionmanager.h +++ b/juk/tagtransactionmanager.h @@ -19,7 +19,7 @@ class PlaylistItem; -class QWidget; +class TQWidget; class Tag; /** diff --git a/juk/treeviewitemplaylist.h b/juk/treeviewitemplaylist.h index 7458172b..be7337c9 100644 --- a/juk/treeviewitemplaylist.h +++ b/juk/treeviewitemplaylist.h @@ -19,7 +19,7 @@ #include "searchplaylist.h" #include "playlistitem.h" -class QStringList; +class TQStringList; class TreeViewItemPlaylist : public SearchPlaylist { diff --git a/juk/viewmode.h b/juk/viewmode.h index 9ec3e0db..2f164177 100644 --- a/juk/viewmode.h +++ b/juk/viewmode.h @@ -21,8 +21,8 @@ #include "playlistbox.h" -class QPainter; -class QColorGroup; +class TQPainter; +class TQColorGroup; class SearchPlaylist; diff --git a/juk/webimagefetcher.h b/juk/webimagefetcher.h index 9706e6ad..803fd434 100644 --- a/juk/webimagefetcher.h +++ b/juk/webimagefetcher.h @@ -27,7 +27,7 @@ class KURL; -class QHttp; +class TQHttp; class WebImageFetcherDialog; -- cgit v1.2.3