diff options
Diffstat (limited to 'noatun')
25 files changed, 46 insertions, 46 deletions
diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index 881842a9..89aa37f0 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -6,17 +6,17 @@ #include "noatun/pref.h" class KListView; -class QSplitter; -class QListViewItem; +class TQSplitter; +class TQListViewItem; class NoatunLibraryInfo; -class QTextView; -class QButtonGroup; +class TQTextView; +class TQButtonGroup; class MimeTypeTree; class KLineEdit; namespace Arts {class TraderOffer;} -class QCheckBox; +class TQCheckBox; class KURLRequester; class General : public CModule diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 2a6e3ce6..28b26c9f 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -31,7 +31,7 @@ class EffectList; class Effect; class KComboBox; -class QToolButton; +class TQToolButton; class EffectView : public KDialogBase { diff --git a/noatun/library/equalizerview.h b/noatun/library/equalizerview.h index 321b5ef0..8c29aadb 100644 --- a/noatun/library/equalizerview.h +++ b/noatun/library/equalizerview.h @@ -6,11 +6,11 @@ #include <klistview.h> class VBand; -class QSlider; -class QLabel; -class QListViewItem; +class TQSlider; +class TQLabel; +class TQListViewItem; class VPreset; -class QHBoxLayout; +class TQHBoxLayout; class EqualizerWidget; diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index 27186c08..4c11aac7 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -9,8 +9,8 @@ #include <tqstringlist.h> #include <kdemacros.h> -class QComboBox; -class QLabel; +class TQComboBox; +class TQLabel; /** * A slider that can be moved around while being diff --git a/noatun/library/noatun/downloader.h b/noatun/library/noatun/downloader.h index 624518d0..a4c08ad7 100644 --- a/noatun/library/noatun/downloader.h +++ b/noatun/library/noatun/downloader.h @@ -5,8 +5,8 @@ #include <tqobject.h> #include <tqptrlist.h> -class QFile; -class QTimer; +class TQFile; +class TQTimer; class Downloader; diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h index e6fde310..a659401e 100644 --- a/noatun/library/noatun/video.h +++ b/noatun/library/noatun/video.h @@ -4,7 +4,7 @@ #include <kvideowidget.h> #include <arts/kmedia2.h> -class QPopupMenu; +class TQPopupMenu; /** * a widget that contains the video being played diff --git a/noatun/library/titleproxy.h b/noatun/library/titleproxy.h index 541f3190..7bbb3143 100644 --- a/noatun/library/titleproxy.h +++ b/noatun/library/titleproxy.h @@ -24,7 +24,7 @@ email : #include <tqserversocket.h> //baseclass #include <tqsocket.h> //stack allocated -class QString; +class TQString; namespace TitleProxy { diff --git a/noatun/modules/artseffects/extrastereogui_impl.h b/noatun/modules/artseffects/extrastereogui_impl.h index d807644a..47311d37 100644 --- a/noatun/modules/artseffects/extrastereogui_impl.h +++ b/noatun/modules/artseffects/extrastereogui_impl.h @@ -2,7 +2,7 @@ #include "stdsynthmodule.h" #include <tqwidget.h> -class QSlider; +class TQSlider; namespace Arts { diff --git a/noatun/modules/excellent/userinterface.h b/noatun/modules/excellent/userinterface.h index 7b30bd93..c6a958de 100644 --- a/noatun/modules/excellent/userinterface.h +++ b/noatun/modules/excellent/userinterface.h @@ -36,9 +36,9 @@ class KAction; class KPopupMenu; class KStatusBar; class Player; -class QHBox; -class QLabel; -class QSlider; +class TQHBox; +class TQLabel; +class TQSlider; class L33tSlider; class KToggleAction; diff --git a/noatun/modules/infrared/irprefs.h b/noatun/modules/infrared/irprefs.h index 1d7196a9..925acaa0 100644 --- a/noatun/modules/infrared/irprefs.h +++ b/noatun/modules/infrared/irprefs.h @@ -5,8 +5,8 @@ #include <tqmap.h> #include <noatun/pref.h> -class QCheckBox; -class QListViewItem; +class TQCheckBox; +class TQListViewItem; class KListView; class KComboBox; class KIntSpinBox; diff --git a/noatun/modules/infrared/lirc.cpp b/noatun/modules/infrared/lirc.cpp index 657172d5..363849c1 100644 --- a/noatun/modules/infrared/lirc.cpp +++ b/noatun/modules/infrared/lirc.cpp @@ -32,7 +32,7 @@ Lirc::Lirc(TQObject *parent) return; } - m_socket = new QSocket; + m_socket = new TQSocket; m_socket->setSocket(sock); connect(m_socket, TQT_SIGNAL(readyRead()), TQT_SLOT(slotRead())); update(); diff --git a/noatun/modules/infrared/lirc.h b/noatun/modules/infrared/lirc.h index de9665fd..8519bb8a 100644 --- a/noatun/modules/infrared/lirc.h +++ b/noatun/modules/infrared/lirc.h @@ -6,7 +6,7 @@ #include <tqstringlist.h> #include <tqmap.h> -class QSocket; +class TQSocket; typedef TQMap<TQString, TQStringList> Remotes; diff --git a/noatun/modules/kaiman/pref.h b/noatun/modules/kaiman/pref.h index 4f473859..d252e394 100644 --- a/noatun/modules/kaiman/pref.h +++ b/noatun/modules/kaiman/pref.h @@ -22,7 +22,7 @@ #include <noatun/pref.h> class KListBox; -class QLabel; +class TQLabel; class KaimanPrefDlg : public CModule { diff --git a/noatun/modules/kjofol-skin/kjloader.h b/noatun/modules/kjofol-skin/kjloader.h index 2510b14d..6fec9f05 100644 --- a/noatun/modules/kjofol-skin/kjloader.h +++ b/noatun/modules/kjofol-skin/kjloader.h @@ -20,7 +20,7 @@ #include <kwinmodule.h> -class QLabel; +class TQLabel; class KJWidget; class KHelpMenu; class KJSeeker; diff --git a/noatun/modules/kjofol-skin/kjprefs.h b/noatun/modules/kjofol-skin/kjprefs.h index fcd6dc98..a8f52e29 100644 --- a/noatun/modules/kjofol-skin/kjprefs.h +++ b/noatun/modules/kjofol-skin/kjprefs.h @@ -12,13 +12,13 @@ #include <kio/job.h> #include <kurlrequester.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QComboBox; -class QLabel; -class QPushButton; -class QTabWidget; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQComboBox; +class TQLabel; +class TQPushButton; +class TQTabWidget; class KConfig; class KJLoader; diff --git a/noatun/modules/metatag/edit.h b/noatun/modules/metatag/edit.h index ad928ff0..e2d53f89 100644 --- a/noatun/modules/metatag/edit.h +++ b/noatun/modules/metatag/edit.h @@ -8,7 +8,7 @@ class KFileMetaInfo; class KFileMetaInfoItem; -class QGridLayout; +class TQGridLayout; struct MetaWidget { TQWidget *widget; diff --git a/noatun/modules/net/net.cpp b/noatun/modules/net/net.cpp index f5898c71..dbdd7e2f 100644 --- a/noatun/modules/net/net.cpp +++ b/noatun/modules/net/net.cpp @@ -24,7 +24,7 @@ Net::~Net() void Net::newConnection(int fd) { - TQSocket *s=new QSocket; + TQSocket *s=new TQSocket; s->setSocket(fd); mFDs.append(s); } diff --git a/noatun/modules/noatunui/userinterface.h b/noatun/modules/noatunui/userinterface.h index 1df5b160..d20b2536 100644 --- a/noatun/modules/noatunui/userinterface.h +++ b/noatun/modules/noatunui/userinterface.h @@ -12,8 +12,8 @@ #include <noatun/pref.h> class Player; -class QSlider; -class QPushButton; +class TQSlider; +class TQPushButton; class KStatusBar; /** diff --git a/noatun/modules/splitplaylist/find.h b/noatun/modules/splitplaylist/find.h index 752bc8dd..8c0d461e 100644 --- a/noatun/modules/splitplaylist/find.h +++ b/noatun/modules/splitplaylist/find.h @@ -4,8 +4,8 @@ #include <kdialogbase.h> class KHistoryCombo; -class QCheckBox; -class QPushButton; +class TQCheckBox; +class TQPushButton; class Finder : public KDialogBase { diff --git a/noatun/modules/splitplaylist/playlist.h b/noatun/modules/splitplaylist/playlist.h index 204d97c2..6f9b5ae6 100644 --- a/noatun/modules/splitplaylist/playlist.h +++ b/noatun/modules/splitplaylist/playlist.h @@ -23,7 +23,7 @@ class PlaylistItem class SafeListViewItem; class View; class List; -class QListViewItem; +class TQListViewItem; class SplitPlaylist : public Playlist, public Plugin { diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h index d697ca95..6d5a2908 100644 --- a/noatun/modules/systray/kitsystemtray.h +++ b/noatun/modules/systray/kitsystemtray.h @@ -32,7 +32,7 @@ class KPopupMenu; class KMainWindow; -class QPixmap; +class TQPixmap; class KitSystemTray : public KSystemTray { diff --git a/noatun/modules/systray/systray.h b/noatun/modules/systray/systray.h index aa723eb5..1865479b 100644 --- a/noatun/modules/systray/systray.h +++ b/noatun/modules/systray/systray.h @@ -35,7 +35,7 @@ #include <kmainwindow.h> class KitSystemTray; -class QTimer; +class TQTimer; class PassivePopup; class NoatunSystray : public KMainWindow, public Plugin diff --git a/noatun/modules/winskin/waSkinModel.cpp b/noatun/modules/winskin/waSkinModel.cpp index bbe20a39..e7562c04 100644 --- a/noatun/modules/winskin/waSkinModel.cpp +++ b/noatun/modules/winskin/waSkinModel.cpp @@ -59,7 +59,7 @@ WaPixmapEntry waPixmapEntries[11] = { WaSkinModel::WaSkinModel() { for (int x = 0;x < 11;x++) - waPixmapEntries[x].pixmap = new QPixmap; + waPixmapEntries[x].pixmap = new TQPixmap; resetSkinModel(); _waskinmodel_instance = this; diff --git a/noatun/modules/winskin/waSkinModel.h b/noatun/modules/winskin/waSkinModel.h index bc3e83c1..f200bf83 100644 --- a/noatun/modules/winskin/waSkinModel.h +++ b/noatun/modules/winskin/waSkinModel.h @@ -21,7 +21,7 @@ enum skin_models { WA_MODEL_NORMAL, WA_MODEL_WINDOWSHADE }; -class QChar; +class TQChar; class WaSkinModel; extern WaSkinModel *_waskinmodel_instance; diff --git a/noatun/modules/winskin/winSkinConfig.h b/noatun/modules/winskin/winSkinConfig.h index 0aabb1f5..3ba04cad 100644 --- a/noatun/modules/winskin/winSkinConfig.h +++ b/noatun/modules/winskin/winSkinConfig.h @@ -4,9 +4,9 @@ #include <noatun/pref.h> #include <tqwidget.h> -class QVBoxLayout; +class TQVBoxLayout; class WaSkinManager; -class QSlider; +class TQSlider; class WinSkinConfig:public CModule { Q_OBJECT |