summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atlantikdesigner/designer/boardinfo.h2
-rw-r--r--atlantikdesigner/designer/designer.h2
-rw-r--r--atlantikdesigner/designer/editor.h8
-rw-r--r--atlantikdesigner/designer/group.h8
-rw-r--r--kate/insertcommand/plugin_kateinsertcommand.h8
-rw-r--r--kate/make/plugin_katemake.h2
-rw-r--r--kate/tabbarextension/plugin_katetabbarextension.h4
-rw-r--r--kfile-plugins/cert/kfile_cert.h4
-rw-r--r--kfile-plugins/desktop/kfile_desktop.h2
-rw-r--r--kfile-plugins/folder/kfile_folder.h2
-rw-r--r--kfile-plugins/html/kfile_html.h2
-rw-r--r--kfile-plugins/lnk/kfile_lnk.h2
-rw-r--r--kfile-plugins/mhtml/kfile_mhtml.h2
-rw-r--r--kfile-plugins/txt/kfile_txt.h2
-rw-r--r--kicker-applets/kbinaryclock/datepicker.h2
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.h4
-rw-r--r--kicker-applets/kolourpicker/kolourpicker.h2
-rw-r--r--kicker-applets/ktimemon/confdlg.h4
-rw-r--r--kicker-applets/ktimemon/timemon.h6
-rw-r--r--kicker-applets/math/mathapplet.h6
-rw-r--r--kicker-applets/mediacontrol/jukInterface.h2
-rw-r--r--konq-plugins/adblock/adblockdialogue.h4
-rw-r--r--konq-plugins/akregator/feeddetector.h2
-rw-r--r--konq-plugins/akregator/konqfeedicon.h2
-rw-r--r--konq-plugins/akregator/pluginbase.h4
-rw-r--r--konq-plugins/arkplugin/arkplugin.h2
-rw-r--r--konq-plugins/autorefresh/autorefresh.h2
-rw-r--r--konq-plugins/domtreeviewer/domtreeview.h2
-rw-r--r--konq-plugins/domtreeviewer/domtreewindow.h2
-rw-r--r--konq-plugins/fsview/treemap.h4
-rw-r--r--konq-plugins/kimgalleryplugin/imgallerydialog.h8
-rw-r--r--konq-plugins/kimgalleryplugin/imgalleryplugin.h2
-rw-r--r--konq-plugins/kuick/kmetamenu.h4
-rw-r--r--konq-plugins/microformat/konqmficon.h2
-rw-r--r--konq-plugins/microformat/pluginbase.h2
-rw-r--r--konq-plugins/rellinks/plugin_rellinks.h2
-rw-r--r--konq-plugins/searchbar/searchbar.h4
-rw-r--r--konq-plugins/sidebar/delicious/bookmarkListItem.h2
-rw-r--r--konq-plugins/sidebar/delicious/mainWidget.h2
-rw-r--r--konq-plugins/sidebar/delicious/plugin.h2
-rw-r--r--konq-plugins/sidebar/mediaplayer/controls.h4
-rw-r--r--konq-plugins/sidebar/metabar/src/configdialog.cpp6
-rw-r--r--konq-plugins/sidebar/newsticker/nspanel.h4
-rw-r--r--konq-plugins/sidebar/newsticker/nsstacktabwidget.h6
-rw-r--r--konq-plugins/sidebar/newsticker/sidebar_news.h4
-rw-r--r--konq-plugins/webarchiver/archivedialog.h6
-rw-r--r--ksig/ksig.h2
-rw-r--r--noatun-plugins/alarm/wakeup.h4
-rw-r--r--noatun-plugins/alsaplayer/configmodule.h2
-rw-r--r--noatun-plugins/charlatan/configmodule.h2
-rw-r--r--noatun-plugins/charlatan/seeker.h2
-rw-r--r--noatun-plugins/charlatan/userinterface.h4
-rw-r--r--noatun-plugins/nexscope/input.cpp2
-rw-r--r--noatun-plugins/nexscope/nex.h4
-rw-r--r--noatun-plugins/oblique/cmodule.h10
-rw-r--r--noatun-plugins/oblique/query.h2
-rw-r--r--noatun-plugins/pitchablespeed/pitchablespeed.h2
-rw-r--r--noatun-plugins/synaescope/cmodule.h2
-rw-r--r--noatun-plugins/wavecapture/wavecapture.h2
-rw-r--r--renamedlgplugins/audio/audiopreview.h4
-rw-r--r--renamedlgplugins/images/imagevisualizer.h4
61 files changed, 104 insertions, 104 deletions
diff --git a/atlantikdesigner/designer/boardinfo.h b/atlantikdesigner/designer/boardinfo.h
index ac2ae00..a1f822e 100644
--- a/atlantikdesigner/designer/boardinfo.h
+++ b/atlantikdesigner/designer/boardinfo.h
@@ -13,7 +13,7 @@ class KColorButton;
class KLineEdit;
class KURLLabel;
-class QVBoxLayout;
+class TQVBoxLayout;
struct BoardInfo
{
diff --git a/atlantikdesigner/designer/designer.h b/atlantikdesigner/designer/designer.h
index c66008b..69e7790 100644
--- a/atlantikdesigner/designer/designer.h
+++ b/atlantikdesigner/designer/designer.h
@@ -14,7 +14,7 @@
#include "editor.h"
class EstateEdit;
-class QCloseEvent;
+class TQCloseEvent;
class KListAction;
class KRecentFilesAction;
class Estate;
diff --git a/atlantikdesigner/designer/editor.h b/atlantikdesigner/designer/editor.h
index da6fa6d..ebc768d 100644
--- a/atlantikdesigner/designer/editor.h
+++ b/atlantikdesigner/designer/editor.h
@@ -10,10 +10,10 @@
#include "group.h"
-class QCheckBox;
-class QGridLayout;
-class QLineEdit;
-class QSpinBox;
+class TQCheckBox;
+class TQGridLayout;
+class TQLineEdit;
+class TQSpinBox;
class KColorButton;
class KComboBox;
diff --git a/atlantikdesigner/designer/group.h b/atlantikdesigner/designer/group.h
index ece7638..f76b2bc 100644
--- a/atlantikdesigner/designer/group.h
+++ b/atlantikdesigner/designer/group.h
@@ -13,10 +13,10 @@ class KLineEdit;
class KListBox;
class KPushButton;
-class QComboBox;
-class QListBoxItem;
-class QSpinBox;
-class QVGroupBox;
+class TQComboBox;
+class TQListBoxItem;
+class TQSpinBox;
+class TQVGroupBox;
class ConfigEstateGroup
{
diff --git a/kate/insertcommand/plugin_kateinsertcommand.h b/kate/insertcommand/plugin_kateinsertcommand.h
index aa0f904..03a1415 100644
--- a/kate/insertcommand/plugin_kateinsertcommand.h
+++ b/kate/insertcommand/plugin_kateinsertcommand.h
@@ -44,10 +44,10 @@ namespace Kate {
class KConfig;
class KProcess;
class KShellProcess;
-class QButtonGroup;
-class QCheckBox;
-class QSpinBox;
-class QStringList;
+class TQButtonGroup;
+class TQCheckBox;
+class TQSpinBox;
+class TQStringList;
class WaitDlg;
class PluginKateInsertCommand : public Kate::Plugin,
diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h
index 443bb46..21014be 100644
--- a/kate/make/plugin_katemake.h
+++ b/kate/make/plugin_katemake.h
@@ -30,7 +30,7 @@
// #define QT_NO_CAST_ASCII (1)
// #define QT_NO_ASCII_CAST (1)
-class QRegExp;
+class TQRegExp;
#include <tqlistview.h>
#include <tqstring.h>
diff --git a/kate/tabbarextension/plugin_katetabbarextension.h b/kate/tabbarextension/plugin_katetabbarextension.h
index db2df7a..ca668ba 100644
--- a/kate/tabbarextension/plugin_katetabbarextension.h
+++ b/kate/tabbarextension/plugin_katetabbarextension.h
@@ -43,8 +43,8 @@
#include <tqpushbutton.h>
#include <tqptrlist.h>
-class QBoxLayout;
-class QCheckBox;
+class TQBoxLayout;
+class TQCheckBox;
class KateTabBarButton;
/**
diff --git a/kfile-plugins/cert/kfile_cert.h b/kfile-plugins/cert/kfile_cert.h
index 4ecb7a2..30607eb 100644
--- a/kfile-plugins/cert/kfile_cert.h
+++ b/kfile-plugins/cert/kfile_cert.h
@@ -26,8 +26,8 @@
*/
#include <kfilemetainfo.h>
-class QStringList;
-class QString;
+class TQStringList;
+class TQString;
class CertPlugin: public KFilePlugin {
Q_OBJECT
diff --git a/kfile-plugins/desktop/kfile_desktop.h b/kfile-plugins/desktop/kfile_desktop.h
index 0ef286e..7de277b 100644
--- a/kfile-plugins/desktop/kfile_desktop.h
+++ b/kfile-plugins/desktop/kfile_desktop.h
@@ -23,7 +23,7 @@
#include <kfilemetainfo.h>
#include <kurl.h>
-class QStringList;
+class TQStringList;
class KDotDesktopPlugin: public KFilePlugin
{
diff --git a/kfile-plugins/folder/kfile_folder.h b/kfile-plugins/folder/kfile_folder.h
index 96fcd16..37487e4 100644
--- a/kfile-plugins/folder/kfile_folder.h
+++ b/kfile-plugins/folder/kfile_folder.h
@@ -22,7 +22,7 @@
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class KFolderPlugin: public KFilePlugin
{
diff --git a/kfile-plugins/html/kfile_html.h b/kfile-plugins/html/kfile_html.h
index adf2046..5034d53 100644
--- a/kfile-plugins/html/kfile_html.h
+++ b/kfile-plugins/html/kfile_html.h
@@ -24,7 +24,7 @@
#include <kfilemetainfo.h>
#include <kurl.h>
-class QStringList;
+class TQStringList;
class KHtmlPlugin: public KFilePlugin
{
diff --git a/kfile-plugins/lnk/kfile_lnk.h b/kfile-plugins/lnk/kfile_lnk.h
index 6f48013..3bb7a8f 100644
--- a/kfile-plugins/lnk/kfile_lnk.h
+++ b/kfile-plugins/lnk/kfile_lnk.h
@@ -30,7 +30,7 @@
*/
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class lnkPlugin: public KFilePlugin
{
diff --git a/kfile-plugins/mhtml/kfile_mhtml.h b/kfile-plugins/mhtml/kfile_mhtml.h
index cb5abe9..954cd07 100644
--- a/kfile-plugins/mhtml/kfile_mhtml.h
+++ b/kfile-plugins/mhtml/kfile_mhtml.h
@@ -27,7 +27,7 @@
*/
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class mhtmlPlugin: public KFilePlugin
{
diff --git a/kfile-plugins/txt/kfile_txt.h b/kfile-plugins/txt/kfile_txt.h
index ad926b1..ab7a206 100644
--- a/kfile-plugins/txt/kfile_txt.h
+++ b/kfile-plugins/txt/kfile_txt.h
@@ -22,7 +22,7 @@
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class KTxtPlugin: public KFilePlugin
{
diff --git a/kicker-applets/kbinaryclock/datepicker.h b/kicker-applets/kbinaryclock/datepicker.h
index d0010af..b21cafe 100644
--- a/kicker-applets/kbinaryclock/datepicker.h
+++ b/kicker-applets/kbinaryclock/datepicker.h
@@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqvbox.h>
-class QDate;
+class TQDate;
class KDatePicker;
#define DATEPICKER_INHERITED QVBox
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h
index ba88456..387288d 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.h
+++ b/kicker-applets/kbinaryclock/kbinaryclock.h
@@ -31,9 +31,9 @@
#include "prefs.h"
class KLed;
-class QGridLayout;
+class TQGridLayout;
class DatePicker;
-class QGridLayout;
+class TQGridLayout;
class KBinaryClock;
class SettingsImp : public Settings {
diff --git a/kicker-applets/kolourpicker/kolourpicker.h b/kicker-applets/kolourpicker/kolourpicker.h
index 20780f9..8340d2d 100644
--- a/kicker-applets/kolourpicker/kolourpicker.h
+++ b/kicker-applets/kolourpicker/kolourpicker.h
@@ -29,7 +29,7 @@
#include "simplebutton.h"
class KInstance;
-class QPopupMenu;
+class TQPopupMenu;
class KolourPicker : public KPanelApplet
{
diff --git a/kicker-applets/ktimemon/confdlg.h b/kicker-applets/ktimemon/confdlg.h
index 25d0501..a21c73c 100644
--- a/kicker-applets/ktimemon/confdlg.h
+++ b/kicker-applets/ktimemon/confdlg.h
@@ -34,8 +34,8 @@
// -- forward declaration ------------------------------------------------
class KTimeMon;
-class QLineEdit;
-class QSlider;
+class TQLineEdit;
+class TQSlider;
class KColorButton;
// -- KConfDialog declaration --------------------------------------------
diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h
index cf39a35..1f81db1 100644
--- a/kicker-applets/ktimemon/timemon.h
+++ b/kicker-applets/ktimemon/timemon.h
@@ -26,9 +26,9 @@ const int MAX_MOUSE_ACTIONS = 3; // event handlers for the three buttons only
// -- forward declaration ------------------------------------------------
class KSample;
class KConfDialog;
-class QPaintEvent;
-class QMouseEvent;
-class QPainter;
+class TQPaintEvent;
+class TQMouseEvent;
+class TQPainter;
class KProcess;
class KShellProcess;
class KHelpMenu;
diff --git a/kicker-applets/math/mathapplet.h b/kicker-applets/math/mathapplet.h
index 8b483f2..f8c91a0 100644
--- a/kicker-applets/math/mathapplet.h
+++ b/kicker-applets/math/mathapplet.h
@@ -29,9 +29,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqstring.h>
#include <kpanelapplet.h>
-class QLabel;
-class QHBox;
-class QPushButton;
+class TQLabel;
+class TQHBox;
+class TQPushButton;
class KHistoryCombo;
class KPopupMenu;
diff --git a/kicker-applets/mediacontrol/jukInterface.h b/kicker-applets/mediacontrol/jukInterface.h
index f305ab0..55874f6 100644
--- a/kicker-applets/mediacontrol/jukInterface.h
+++ b/kicker-applets/mediacontrol/jukInterface.h
@@ -25,7 +25,7 @@
#include <tqtimer.h>
-class QProcess;
+class TQProcess;
class JuKInterface : public PlayerInterface
{
diff --git a/konq-plugins/adblock/adblockdialogue.h b/konq-plugins/adblock/adblockdialogue.h
index 8645d65..0890d09 100644
--- a/konq-plugins/adblock/adblockdialogue.h
+++ b/konq-plugins/adblock/adblockdialogue.h
@@ -23,8 +23,8 @@
#include <kdialogbase.h>
#include <tqlistview.h>
-class QLabel;
-class QLineEdit;
+class TQLabel;
+class TQLineEdit;
class KPopupMenu;
class AdBlockDlg : public KDialogBase
diff --git a/konq-plugins/akregator/feeddetector.h b/konq-plugins/akregator/feeddetector.h
index 8002d42..346663d 100644
--- a/konq-plugins/akregator/feeddetector.h
+++ b/konq-plugins/akregator/feeddetector.h
@@ -28,7 +28,7 @@
#include <tqstring.h>
#include <tqvaluelist.h>
-class QStringList;
+class TQStringList;
namespace Akregator
{
diff --git a/konq-plugins/akregator/konqfeedicon.h b/konq-plugins/akregator/konqfeedicon.h
index 2fccffb..0ac19f0 100644
--- a/konq-plugins/akregator/konqfeedicon.h
+++ b/konq-plugins/akregator/konqfeedicon.h
@@ -36,7 +36,7 @@
*/
class KURLLabel;
class KHTMLPart;
-class QStringList;
+class TQStringList;
namespace KParts {
class StatusBarExtension;
diff --git a/konq-plugins/akregator/pluginbase.h b/konq-plugins/akregator/pluginbase.h
index 0bb24b9..1c1d4e6 100644
--- a/konq-plugins/akregator/pluginbase.h
+++ b/konq-plugins/akregator/pluginbase.h
@@ -27,8 +27,8 @@
class FeedDetectorEntry;
class KHTMLPart;
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
namespace Akregator
{
diff --git a/konq-plugins/arkplugin/arkplugin.h b/konq-plugins/arkplugin/arkplugin.h
index 6b9a6fe..797d2d9 100644
--- a/konq-plugins/arkplugin/arkplugin.h
+++ b/konq-plugins/arkplugin/arkplugin.h
@@ -26,7 +26,7 @@
#include <kconfig.h>
class KAction;
-class QSignalMapper;
+class TQSignalMapper;
class ArkMenu : public KonqPopupMenuPlugin {
Q_OBJECT
diff --git a/konq-plugins/autorefresh/autorefresh.h b/konq-plugins/autorefresh/autorefresh.h
index 7616382..c72c335 100644
--- a/konq-plugins/autorefresh/autorefresh.h
+++ b/konq-plugins/autorefresh/autorefresh.h
@@ -12,7 +12,7 @@
class KURL;
class KInstance;
-class QTimer;
+class TQTimer;
/**
* A plugin is the way to add actions to an existing @ref KParts application,
diff --git a/konq-plugins/domtreeviewer/domtreeview.h b/konq-plugins/domtreeviewer/domtreeview.h
index 80c4c10..8589805 100644
--- a/konq-plugins/domtreeviewer/domtreeview.h
+++ b/konq-plugins/domtreeviewer/domtreeview.h
@@ -38,7 +38,7 @@ namespace DOM {
class DOMListViewItem;
class DOMTreeWindow;
-class QListViewItem;
+class TQListViewItem;
class KPushButton;
class KEdFind;
diff --git a/konq-plugins/domtreeviewer/domtreewindow.h b/konq-plugins/domtreeviewer/domtreewindow.h
index e71a3c7..cbd1310 100644
--- a/konq-plugins/domtreeviewer/domtreewindow.h
+++ b/konq-plugins/domtreeviewer/domtreewindow.h
@@ -49,7 +49,7 @@ class KCommandHistory;
class KHTMLPart;
class MessageDialog;
-class QPopupMenu;
+class TQPopupMenu;
/**
* This class serves as the main window for DOM Tree Viewer. It handles the
diff --git a/konq-plugins/fsview/treemap.h b/konq-plugins/fsview/treemap.h
index 1deee35..d4b37a9 100644
--- a/konq-plugins/fsview/treemap.h
+++ b/konq-plugins/fsview/treemap.h
@@ -39,12 +39,12 @@
#include <tqapplication.h>
#include <tqstringlist.h>
-class QPopupMenu;
+class TQPopupMenu;
class TreeMapTip;
class TreeMapWidget;
class TreeMapItem;
class TreeMapItemList;
-class QString;
+class TQString;
class KConfigGroup;
diff --git a/konq-plugins/kimgalleryplugin/imgallerydialog.h b/konq-plugins/kimgalleryplugin/imgallerydialog.h
index 22cf68e..1e14daa 100644
--- a/konq-plugins/kimgalleryplugin/imgallerydialog.h
+++ b/konq-plugins/kimgalleryplugin/imgallerydialog.h
@@ -24,13 +24,13 @@
#include <kdialogbase.h>
-class QProgressDialog;
+class TQProgressDialog;
class KURL;
class KIntNumInput;
-class QCheckBox;
-class QLineEdit;
+class TQCheckBox;
+class TQLineEdit;
class KURLRequester;
-class QSpinBox;
+class TQSpinBox;
class KColorButton;
class KConfig;
diff --git a/konq-plugins/kimgalleryplugin/imgalleryplugin.h b/konq-plugins/kimgalleryplugin/imgalleryplugin.h
index 7520f0b..3168247 100644
--- a/konq-plugins/kimgalleryplugin/imgalleryplugin.h
+++ b/konq-plugins/kimgalleryplugin/imgalleryplugin.h
@@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
#include <konq_dirpart.h>
#include <kio/jobclasses.h>
-class QProgressDialog;
+class TQProgressDialog;
class KURL;
class KIGPDialog;
diff --git a/konq-plugins/kuick/kmetamenu.h b/konq-plugins/kuick/kmetamenu.h
index ff33df6..6b23cb7 100644
--- a/konq-plugins/kuick/kmetamenu.h
+++ b/konq-plugins/kuick/kmetamenu.h
@@ -25,8 +25,8 @@
#include <kaction.h>
-class QIconSet;
-class QStringList;
+class TQIconSet;
+class TQStringList;
class KConfig;
class KDirMenu;
class KIMContactMenu;
diff --git a/konq-plugins/microformat/konqmficon.h b/konq-plugins/microformat/konqmficon.h
index 3b928c6..5a9e02c 100644
--- a/konq-plugins/microformat/konqmficon.h
+++ b/konq-plugins/microformat/konqmficon.h
@@ -33,7 +33,7 @@
@author Teemu Rytilahti
*/
class KURLLabel;
-class QStringList;
+class TQStringList;
namespace KParts {
class StatusBarExtension;
diff --git a/konq-plugins/microformat/pluginbase.h b/konq-plugins/microformat/pluginbase.h
index 7cfd26b..17a504d 100644
--- a/konq-plugins/microformat/pluginbase.h
+++ b/konq-plugins/microformat/pluginbase.h
@@ -24,7 +24,7 @@
#ifndef PLUGINBASE_H
#define PLUGINBASE_H
-class QString;
+class TQString;
class PluginBase {
public:
diff --git a/konq-plugins/rellinks/plugin_rellinks.h b/konq-plugins/rellinks/plugin_rellinks.h
index e856e4a..9c38795 100644
--- a/konq-plugins/rellinks/plugin_rellinks.h
+++ b/konq-plugins/rellinks/plugin_rellinks.h
@@ -48,7 +48,7 @@ class KHTMLPart;
class KHTMLView;
class KToolBar;
class KURL;
-class QTimer;
+class TQTimer;
/**
* KPart plugin adding document relations toolbar to Konqueror
diff --git a/konq-plugins/searchbar/searchbar.h b/konq-plugins/searchbar/searchbar.h
index 2bce26d..b97f82c 100644
--- a/konq-plugins/searchbar/searchbar.h
+++ b/konq-plugins/searchbar/searchbar.h
@@ -33,8 +33,8 @@
class KHTMLPart;
class KProcess;
-class QPopupMenu;
-class QTimer;
+class TQPopupMenu;
+class TQTimer;
/**
* Combo box which catches mouse clicks on the pixmap.
diff --git a/konq-plugins/sidebar/delicious/bookmarkListItem.h b/konq-plugins/sidebar/delicious/bookmarkListItem.h
index 392eab8..5b4c8c7 100644
--- a/konq-plugins/sidebar/delicious/bookmarkListItem.h
+++ b/konq-plugins/sidebar/delicious/bookmarkListItem.h
@@ -29,7 +29,7 @@
#include <time.h>
-class QString;
+class TQString;
class BookmarkListItem: public KListViewItem
{
diff --git a/konq-plugins/sidebar/delicious/mainWidget.h b/konq-plugins/sidebar/delicious/mainWidget.h
index 59be8d6..15920cd 100644
--- a/konq-plugins/sidebar/delicious/mainWidget.h
+++ b/konq-plugins/sidebar/delicious/mainWidget.h
@@ -28,7 +28,7 @@
#include <kio/jobclasses.h>
#include <kparts/browserextension.h>
-class QStringList;
+class TQStringList;
class KURL;
class KConfig;
diff --git a/konq-plugins/sidebar/delicious/plugin.h b/konq-plugins/sidebar/delicious/plugin.h
index 34d740f..cd9f87a 100644
--- a/konq-plugins/sidebar/delicious/plugin.h
+++ b/konq-plugins/sidebar/delicious/plugin.h
@@ -31,7 +31,7 @@
#include <kinstance.h>
#include <dcopobject.h>
-class QString;
+class TQString;
/**
* @brief del.icio.us bookmarks plugin
diff --git a/konq-plugins/sidebar/mediaplayer/controls.h b/konq-plugins/sidebar/mediaplayer/controls.h
index 37604eb..5f376dd 100644
--- a/konq-plugins/sidebar/mediaplayer/controls.h
+++ b/konq-plugins/sidebar/mediaplayer/controls.h
@@ -31,8 +31,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqslider.h>
#include <tqstringlist.h>
-class QComboBox;
-class QLabel;
+class TQComboBox;
+class TQLabel;
/**
* A slider that can be moved around while being
diff --git a/konq-plugins/sidebar/metabar/src/configdialog.cpp b/konq-plugins/sidebar/metabar/src/configdialog.cpp
index 047437e..3d4850f 100644
--- a/konq-plugins/sidebar/metabar/src/configdialog.cpp
+++ b/konq-plugins/sidebar/metabar/src/configdialog.cpp
@@ -75,7 +75,7 @@ ConfigDialog::ConfigDialog(TQWidget *parent, const char *name) : TQDialog(parent
//general page
config->setGroup("General");
- TQWidget *general = new QWidget;
+ TQWidget *general = new TQWidget;
TQGroupBox *entries_group = new TQGroupBox(2, Qt::Horizontal, i18n("Items"), general);
entries_group->setSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Preferred);
@@ -122,7 +122,7 @@ ConfigDialog::ConfigDialog(TQWidget *parent, const char *name) : TQDialog(parent
loadThemes();
//link page
- TQWidget *links = new QWidget;
+ TQWidget *links = new TQWidget;
link_create = new KPushButton(i18n("New..."), links);
connect(link_create, TQT_SIGNAL(clicked()), this, TQT_SLOT(createLink()));
@@ -152,7 +152,7 @@ ConfigDialog::ConfigDialog(TQWidget *parent, const char *name) : TQDialog(parent
connect(link_list, TQT_SIGNAL(doubleClicked(TQListViewItem*)), this, TQT_SLOT(editLink(TQListViewItem*)));
connect(link_list, TQT_SIGNAL(selectionChanged()), TQT_SLOT(updateArrows()));
- TQWidget *actionPage = new QWidget;
+ TQWidget *actionPage = new TQWidget;
actionSelector = new KActionSelector(actionPage);
loadAvailableActions();
diff --git a/konq-plugins/sidebar/newsticker/nspanel.h b/konq-plugins/sidebar/newsticker/nspanel.h
index 1f60947..d46be5b 100644
--- a/konq-plugins/sidebar/newsticker/nspanel.h
+++ b/konq-plugins/sidebar/newsticker/nspanel.h
@@ -34,8 +34,8 @@
#include <klistbox.h>
-class QBuffer;
-class QTimer;
+class TQBuffer;
+class TQTimer;
namespace KSB_News {
diff --git a/konq-plugins/sidebar/newsticker/nsstacktabwidget.h b/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
index fb0da4d..cf001a0 100644
--- a/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
+++ b/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
@@ -32,9 +32,9 @@
#include "nspanel.h"
-class QVBoxLayout;
-class QPushButton;
-class QStringList;
+class TQVBoxLayout;
+class TQPushButton;
+class TQStringList;
class KPopupMenu;
class KAboutData;
class KAboutApplication;
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.h b/konq-plugins/sidebar/newsticker/sidebar_news.h
index d09862f..b40dcab 100644
--- a/konq-plugins/sidebar/newsticker/sidebar_news.h
+++ b/konq-plugins/sidebar/newsticker/sidebar_news.h
@@ -34,8 +34,8 @@
#include "nspanel.h"
-class QPixmap;
-class QWidgetStack;
+class TQPixmap;
+class TQWidgetStack;
namespace KSB_News {
diff --git a/konq-plugins/webarchiver/archivedialog.h b/konq-plugins/webarchiver/archivedialog.h
index fd007b6..6748328 100644
--- a/konq-plugins/webarchiver/archivedialog.h
+++ b/konq-plugins/webarchiver/archivedialog.h
@@ -31,13 +31,13 @@
#include <tqmap.h>
#include <tqvaluelist.h>
-class QWidget;
+class TQWidget;
class KHTMLPart;
class ArchiveViewBase;
class KURL;
class KTar;
-class QTextStream;
-class QListViewItem;
+class TQTextStream;
+class TQListViewItem;
class ArchiveDialog : public KDialogBase
{
diff --git a/ksig/ksig.h b/ksig/ksig.h
index 7729ffa..ece738d 100644
--- a/ksig/ksig.h
+++ b/ksig/ksig.h
@@ -23,7 +23,7 @@
#include <kmainwindow.h>
class KTextEdit;
-class QSplitter;
+class TQSplitter;
class KSig : public KMainWindow
{
diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h
index 65dc644..e37ff4a 100644
--- a/noatun-plugins/alarm/wakeup.h
+++ b/noatun-plugins/alarm/wakeup.h
@@ -24,8 +24,8 @@
#include <tqbuttongroup.h>
#include <tqpushbutton.h>
-class QSpinBox;
-class QCheckBox;
+class TQSpinBox;
+class TQCheckBox;
class KMinuteSpinBox;
class KPercentSpinBox;
diff --git a/noatun-plugins/alsaplayer/configmodule.h b/noatun-plugins/alsaplayer/configmodule.h
index 701a699..004ec79 100644
--- a/noatun-plugins/alsaplayer/configmodule.h
+++ b/noatun-plugins/alsaplayer/configmodule.h
@@ -25,7 +25,7 @@
#include <noatun/pref.h>
-class QCheckBox;
+class TQCheckBox;
class AlsaPlayerConfigModule : public CModule
{
diff --git a/noatun-plugins/charlatan/configmodule.h b/noatun-plugins/charlatan/configmodule.h
index b4631da..d0646c2 100644
--- a/noatun-plugins/charlatan/configmodule.h
+++ b/noatun-plugins/charlatan/configmodule.h
@@ -25,7 +25,7 @@
#include <noatun/pref.h>
-class QCheckBox;
+class TQCheckBox;
class CharlatanConfigModule : public CModule
{
diff --git a/noatun-plugins/charlatan/seeker.h b/noatun-plugins/charlatan/seeker.h
index c5e6cff..922f902 100644
--- a/noatun-plugins/charlatan/seeker.h
+++ b/noatun-plugins/charlatan/seeker.h
@@ -25,7 +25,7 @@
#include <tqslider.h>
-class QTimer;
+class TQTimer;
class Seeker : public QSlider
{
diff --git a/noatun-plugins/charlatan/userinterface.h b/noatun-plugins/charlatan/userinterface.h
index 05882d7..7d74e39 100644
--- a/noatun-plugins/charlatan/userinterface.h
+++ b/noatun-plugins/charlatan/userinterface.h
@@ -25,10 +25,10 @@
#include <noatun/plugin.h>
-class QToolButton;
+class TQToolButton;
class ScrollingLabel;
class Seeker;
-class QLabel;
+class TQLabel;
/**
* @short Main window class
diff --git a/noatun-plugins/nexscope/input.cpp b/noatun-plugins/nexscope/input.cpp
index 4c787e7..791c7ab 100644
--- a/noatun-plugins/nexscope/input.cpp
+++ b/noatun-plugins/nexscope/input.cpp
@@ -57,7 +57,7 @@ void Input::connect()
mScope=new StereoScope(10, Visualization::noatunPid());
mScope->setSamples(samples>(512+256) ? samples : samples+256);
- notifier=new QObject;
+ notifier=new TQObject;
new BoolNotifier(&ok, new ExitNotifier(Visualization::noatunPid(), notifier), notifier);
} while (!mScope->connected());
}
diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h
index 81fd680..c9477f2 100644
--- a/noatun-plugins/nexscope/nex.h
+++ b/noatun-plugins/nexscope/nex.h
@@ -262,8 +262,8 @@ public:
virtual void load(const TQDomElement &) {}
};
-class QCheckBox;
-class QMultiLineEdit;
+class TQCheckBox;
+class TQMultiLineEdit;
class RendererList;
class RendererListConfigurator : public QWidget
diff --git a/noatun-plugins/oblique/cmodule.h b/noatun-plugins/oblique/cmodule.h
index 41af7f1..e935051 100644
--- a/noatun-plugins/oblique/cmodule.h
+++ b/noatun-plugins/oblique/cmodule.h
@@ -9,12 +9,12 @@
class KListView;
class KLineEdit;
-class QDialog;
+class TQDialog;
class Oblique;
-class QCheckBox;
-class QComboBox;
-class QPushButton;
-class QTabWidget;
+class TQCheckBox;
+class TQComboBox;
+class TQPushButton;
+class TQTabWidget;
class SchemaConfig : public QWidget
{
diff --git a/noatun-plugins/oblique/query.h b/noatun-plugins/oblique/query.h
index d5835d6..e8a8d23 100644
--- a/noatun-plugins/oblique/query.h
+++ b/noatun-plugins/oblique/query.h
@@ -10,7 +10,7 @@
#include <tqstring.h>
class Query;
-class QDomElement;
+class TQDomElement;
class QueryGroup
{
diff --git a/noatun-plugins/pitchablespeed/pitchablespeed.h b/noatun-plugins/pitchablespeed/pitchablespeed.h
index 3233817..c5bfadf 100644
--- a/noatun-plugins/pitchablespeed/pitchablespeed.h
+++ b/noatun-plugins/pitchablespeed/pitchablespeed.h
@@ -16,7 +16,7 @@
#include <arts/artsmodules.h>
#include "speedtuner.h"
-class QSlider;
+class TQSlider;
class PitchableSpeed : public SpeedTuner, public Plugin
{
diff --git a/noatun-plugins/synaescope/cmodule.h b/noatun-plugins/synaescope/cmodule.h
index f0269bb..c367ad2 100644
--- a/noatun-plugins/synaescope/cmodule.h
+++ b/noatun-plugins/synaescope/cmodule.h
@@ -22,7 +22,7 @@
#include <noatun/pref.h>
-class QSpinBox;
+class TQSpinBox;
class SynaePrefs : public CModule
{
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h
index 06adddb..7f92cfa 100644
--- a/noatun-plugins/wavecapture/wavecapture.h
+++ b/noatun-plugins/wavecapture/wavecapture.h
@@ -25,7 +25,7 @@
#include <string>
-class QTimer;
+class TQTimer;
namespace KIO { class Job; }
class WaveCapture : public TQObject, public Plugin
diff --git a/renamedlgplugins/audio/audiopreview.h b/renamedlgplugins/audio/audiopreview.h
index 568c354..d50c3d2 100644
--- a/renamedlgplugins/audio/audiopreview.h
+++ b/renamedlgplugins/audio/audiopreview.h
@@ -27,8 +27,8 @@ namespace KMediaPlayer
class Player;
}
-class QPixmap;
-class QLabel;
+class TQPixmap;
+class TQLabel;
class AudioPreview : public QVBox
{
Q_OBJECT
diff --git a/renamedlgplugins/images/imagevisualizer.h b/renamedlgplugins/images/imagevisualizer.h
index 4130a03..b1a5006 100644
--- a/renamedlgplugins/images/imagevisualizer.h
+++ b/renamedlgplugins/images/imagevisualizer.h
@@ -22,8 +22,8 @@
#include <tqvbox.h>
-class QPixmap;
-class QLabel;
+class TQPixmap;
+class TQLabel;
class ImageVisualizer : public QVBox
{
Q_OBJECT