summaryrefslogtreecommitdiffstats
path: root/parts
diff options
context:
space:
mode:
Diffstat (limited to 'parts')
-rw-r--r--parts/appwizard/appwizarddlg.h10
-rw-r--r--parts/astyle/astyle_part.h2
-rw-r--r--parts/bookmarks/bookmarks_part.h4
-rw-r--r--parts/classview/classviewpart.h2
-rw-r--r--parts/classview/hierarchydlg.h2
-rw-r--r--parts/classview/navigator.h4
-rw-r--r--parts/ctags2/ctags2_part.h4
-rw-r--r--parts/ctags2/ctags2_widget.h4
-rw-r--r--parts/diff/diffpart.h4
-rw-r--r--parts/distpart/distpart_widget.h4
-rw-r--r--parts/documentation/bookmarkview.h2
-rw-r--r--parts/documentation/contentsview.h2
-rw-r--r--parts/documentation/documentation_part.h2
-rw-r--r--parts/documentation/documentation_widget.h2
-rw-r--r--parts/documentation/docutils.h2
-rw-r--r--parts/documentation/find_documentation_options.h2
-rw-r--r--parts/documentation/indexview.h2
-rw-r--r--parts/documentation/interfaces/kdevdocumentationplugin.h6
-rw-r--r--parts/documentation/plugins/doxygen/docdoxygenplugin.h4
-rw-r--r--parts/documentation/protocols/chm/chm.h2
-rw-r--r--parts/documentation/protocols/chm/chmfile.h2
-rw-r--r--parts/documentation/searchview.h2
-rw-r--r--parts/documentation/tools/htdig/htdigindex.h4
-rw-r--r--parts/doxygen/doxygenpart.h2
-rw-r--r--parts/doxygen/input.h10
-rw-r--r--parts/filecreate/addglobaldlg.h12
-rw-r--r--parts/filecreate/fcconfigwidget.h6
-rw-r--r--parts/filecreate/filecreate_listitem.h2
-rw-r--r--parts/filecreate/filecreate_newfile.h4
-rw-r--r--parts/filecreate/filecreate_widget3.h2
-rw-r--r--parts/filelist/projectviewpart.h4
-rw-r--r--parts/fileselector/kactionselector.h10
-rw-r--r--parts/fileselector/kbookmarkhandler.h2
-rw-r--r--parts/fileview/addfilegroupdlg.h2
-rw-r--r--parts/fileview/filetreeviewwidgetimpl.h4
-rw-r--r--parts/filter/shellfilterdlg.h4
-rw-r--r--parts/filter/shellinsertdlg.h4
-rw-r--r--parts/grepview/grepdlg.h2
-rw-r--r--parts/grepview/grepviewpart.h2
-rw-r--r--parts/grepview/grepviewwidget.h4
-rw-r--r--parts/konsole/konsoleviewwidget.h2
-rw-r--r--parts/openwith/openwithpart.h2
-rw-r--r--parts/partexplorer/partexplorer_plugin.h4
-rw-r--r--parts/replace/replace_widget.h6
-rw-r--r--parts/replace/replacedlgimpl.h2
-rw-r--r--parts/replace/replaceview.h4
-rw-r--r--parts/scripting/scriptingpart.h2
-rw-r--r--parts/snippet/snippet_widget.h6
-rw-r--r--parts/snippet/snippetitem.h2
-rw-r--r--parts/texttools/texttoolswidget.h2
-rw-r--r--parts/tools/kapplicationtree.h10
-rw-r--r--parts/tools/tools_part.h2
-rw-r--r--parts/tools/toolsconfig.h4
-rw-r--r--parts/valgrind/valgrind_widget.h4
-rw-r--r--parts/vcsmanager/vcsmanagerpart.h2
55 files changed, 102 insertions, 102 deletions
diff --git a/parts/appwizard/appwizarddlg.h b/parts/appwizard/appwizarddlg.h
index d69d069c..a08206da 100644
--- a/parts/appwizard/appwizarddlg.h
+++ b/parts/appwizard/appwizarddlg.h
@@ -15,13 +15,13 @@
#define _APPWIZARDDIALOG_H_
class AppWizardPart;
-class QMultiLineEdit;
-class QRadioButton;
+class TQMultiLineEdit;
+class TQRadioButton;
class KTempFile;
-class QWidgetStack;
-class QVBox;
+class TQWidgetStack;
+class TQVBox;
class KPopupMenu;
-class QHBoxLayout;
+class TQHBoxLayout;
class KArchiveDirectory;
class KArchiveFile;
class ProfileSupport;
diff --git a/parts/astyle/astyle_part.h b/parts/astyle/astyle_part.h
index 377a2b85..0711a338 100644
--- a/parts/astyle/astyle_part.h
+++ b/parts/astyle/astyle_part.h
@@ -16,7 +16,7 @@ class KDialogBase;
#include <tqvariant.h>
class AStyleWidget;
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class ConfigWidgetProxy;
diff --git a/parts/bookmarks/bookmarks_part.h b/parts/bookmarks/bookmarks_part.h
index 7abfeb9e..3f1973ca 100644
--- a/parts/bookmarks/bookmarks_part.h
+++ b/parts/bookmarks/bookmarks_part.h
@@ -24,7 +24,7 @@
#include <kdevplugin.h>
-class QTimer;
+class TQTimer;
class KDialogBase;
class BookmarksConfig;
class ConfigWidgetProxy;
@@ -36,7 +36,7 @@ struct EditorData
};
class BookmarksWidget;
-class QDomElement;
+class TQDomElement;
class BookmarksPart : public KDevPlugin
{
diff --git a/parts/classview/classviewpart.h b/parts/classview/classviewpart.h
index ffa1cc1f..bbad40e6 100644
--- a/parts/classview/classviewpart.h
+++ b/parts/classview/classviewpart.h
@@ -47,7 +47,7 @@ namespace KTextEditor
class ClassViewWidget;
class KListViewAction;
-class QListViewItem;
+class TQListViewItem;
class KToolBarPopupAction;
class NamespaceItem;
class Navigator;
diff --git a/parts/classview/hierarchydlg.h b/parts/classview/hierarchydlg.h
index 79a6d470..dd5c8a36 100644
--- a/parts/classview/hierarchydlg.h
+++ b/parts/classview/hierarchydlg.h
@@ -21,7 +21,7 @@ class KDevLanguageSupport;
class DigraphView;
class ClassToolWidget;
class KComboView;
-class QListViewItem;
+class TQListViewItem;
class HierarchyDialog : public QDialog
{
diff --git a/parts/classview/navigator.h b/parts/classview/navigator.h
index 48470f19..80b1ca4d 100644
--- a/parts/classview/navigator.h
+++ b/parts/classview/navigator.h
@@ -26,9 +26,9 @@
#include <fancylistviewitem.h>
class TextPaintStyleStore;
-class QTimer;
+class TQTimer;
class ClassViewPart;
-class QListViewItem;
+class TQListViewItem;
class KAction;
#define NAV_NODEFINITION "(no function)"
diff --git a/parts/ctags2/ctags2_part.h b/parts/ctags2/ctags2_part.h
index b602ca35..05a53c41 100644
--- a/parts/ctags2/ctags2_part.h
+++ b/parts/ctags2/ctags2_part.h
@@ -18,10 +18,10 @@
#include <kdevplugin.h>
#include "tags.h"
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class KURL;
-class QTextStream;
+class TQTextStream;
class CTags2Widget;
class ConfigWidgetProxy;
class KDialogBase;
diff --git a/parts/ctags2/ctags2_widget.h b/parts/ctags2/ctags2_widget.h
index 758e73b1..8b3bb4f4 100644
--- a/parts/ctags2/ctags2_widget.h
+++ b/parts/ctags2/ctags2_widget.h
@@ -16,8 +16,8 @@
#include "ctags2_part.h"
#include "tags.h"
-class QTimer;
-class QListViewItem;
+class TQTimer;
+class TQListViewItem;
class CTags2Widget : public CTags2WidgetBase
{
diff --git a/parts/diff/diffpart.h b/parts/diff/diffpart.h
index dff5ba0c..0162f40c 100644
--- a/parts/diff/diffpart.h
+++ b/parts/diff/diffpart.h
@@ -18,11 +18,11 @@
#include "kdevplugin.h"
#include "kdevdifffrontend.h"
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class KProcess;
class DiffWidget;
-class QCString;
+class TQCString;
class DiffPart : public KDevDiffFrontend
{
diff --git a/parts/distpart/distpart_widget.h b/parts/distpart/distpart_widget.h
index 87e2c2fd..32712ee1 100644
--- a/parts/distpart/distpart_widget.h
+++ b/parts/distpart/distpart_widget.h
@@ -34,9 +34,9 @@
class KDevProject;
class DistpartPart;
-class QUrlOperator;
+class TQUrlOperator;
class KProcess;
-class QTabWidget;
+class TQTabWidget;
class SpecSupport;
namespace KParts {
diff --git a/parts/documentation/bookmarkview.h b/parts/documentation/bookmarkview.h
index aaae4a29..4f639c7c 100644
--- a/parts/documentation/bookmarkview.h
+++ b/parts/documentation/bookmarkview.h
@@ -28,7 +28,7 @@ class KListView;
class KPushButton;
class DocumentationPart;
class DocumentationWidget;
-class QListViewItem;
+class TQListViewItem;
class DocBookmarkManager: public KBookmarkManager {
public:
diff --git a/parts/documentation/contentsview.h b/parts/documentation/contentsview.h
index 35595bca..73b133d0 100644
--- a/parts/documentation/contentsview.h
+++ b/parts/documentation/contentsview.h
@@ -24,7 +24,7 @@
class FindDocumentation;
class DocumentationWidget;
-class QListViewItem;
+class TQListViewItem;
class KListView;
class ContentsView : public QWidget
diff --git a/parts/documentation/documentation_part.h b/parts/documentation/documentation_part.h
index a3f761ab..056785a0 100644
--- a/parts/documentation/documentation_part.h
+++ b/parts/documentation/documentation_part.h
@@ -34,7 +34,7 @@ class DocumentationPlugin;
class ProjectDocumentationPlugin;
class KURL;
class Context;
-class QPopupMenu;
+class TQPopupMenu;
/*
Please read the README.dox file for more info about this part
diff --git a/parts/documentation/documentation_widget.h b/parts/documentation/documentation_widget.h
index 0043a78a..d579142b 100644
--- a/parts/documentation/documentation_widget.h
+++ b/parts/documentation/documentation_widget.h
@@ -28,7 +28,7 @@ class DocumentationPart;
class ContentsView;
class IndexView;
class DocumentationCatalogItem;
-class QToolBox;
+class TQToolBox;
class IndexBox;
class SearchView;
class BookmarkView;
diff --git a/parts/documentation/docutils.h b/parts/documentation/docutils.h
index e4d93e1d..dd19c936 100644
--- a/parts/documentation/docutils.h
+++ b/parts/documentation/docutils.h
@@ -26,7 +26,7 @@ class KURLRequester;
class KPopupMenu;
class DocumentationItem;
class DocumentationPart;
-class QPoint;
+class TQPoint;
class IndexItem;
class KURL;
diff --git a/parts/documentation/find_documentation_options.h b/parts/documentation/find_documentation_options.h
index c67206cb..0c88317b 100644
--- a/parts/documentation/find_documentation_options.h
+++ b/parts/documentation/find_documentation_options.h
@@ -23,7 +23,7 @@
#include "find_documentation_optionsbase.h"
-class QCheckListItem;
+class TQCheckListItem;
class KConfig;
class FindDocumentationOptions : public FindDocumentationOptionsBase
diff --git a/parts/documentation/indexview.h b/parts/documentation/indexview.h
index af403891..92f965f2 100644
--- a/parts/documentation/indexview.h
+++ b/parts/documentation/indexview.h
@@ -24,7 +24,7 @@
class IndexBox;
class KLineEdit;
-class QListBoxItem;
+class TQListBoxItem;
class DocumentationWidget;
class FindDocumentation;
diff --git a/parts/documentation/interfaces/kdevdocumentationplugin.h b/parts/documentation/interfaces/kdevdocumentationplugin.h
index 658a4e7a..0c1dcf0d 100644
--- a/parts/documentation/interfaces/kdevdocumentationplugin.h
+++ b/parts/documentation/interfaces/kdevdocumentationplugin.h
@@ -152,9 +152,9 @@ private:
bool m_dirty;
};
-class QPainter;
-class QColorGroup;
-class QFontMetrics;
+class TQPainter;
+class TQColorGroup;
+class TQFontMetrics;
class DocumentationPlugin;
/**Documentation configuration item.*/
diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.h b/parts/documentation/plugins/doxygen/docdoxygenplugin.h
index a272b8df..8cf9ec45 100644
--- a/parts/documentation/plugins/doxygen/docdoxygenplugin.h
+++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.h
@@ -22,8 +22,8 @@
#include <kdevdocumentationplugin.h>
-class QDomDocument;
-class QDomElement;
+class TQDomDocument;
+class TQDomElement;
class DocDoxygenPlugin: public DocumentationPlugin
{
diff --git a/parts/documentation/protocols/chm/chm.h b/parts/documentation/protocols/chm/chm.h
index 1a1e80ba..feb075dc 100644
--- a/parts/documentation/protocols/chm/chm.h
+++ b/parts/documentation/protocols/chm/chm.h
@@ -24,7 +24,7 @@
#include <kio/slavebase.h>
#include "chmfile.h"
-class QCString;
+class TQCString;
class ChmProtocol : public KIO::SlaveBase
{
diff --git a/parts/documentation/protocols/chm/chmfile.h b/parts/documentation/protocols/chm/chmfile.h
index 20e0ea67..bf022d35 100644
--- a/parts/documentation/protocols/chm/chmfile.h
+++ b/parts/documentation/protocols/chm/chmfile.h
@@ -21,7 +21,7 @@
#include <tqmap.h>
#include <tqstring.h>
-class QFile;
+class TQFile;
struct ChmDirTableEntry
{
diff --git a/parts/documentation/searchview.h b/parts/documentation/searchview.h
index 32b5f310..98f11834 100644
--- a/parts/documentation/searchview.h
+++ b/parts/documentation/searchview.h
@@ -28,7 +28,7 @@ class KComboBox;
class KListView;
class KPushButton;
class KProcess;
-class QListViewItem;
+class TQListViewItem;
class SearchView: public QWidget
{
diff --git a/parts/documentation/tools/htdig/htdigindex.h b/parts/documentation/tools/htdig/htdigindex.h
index d9fc3232..3383b2df 100644
--- a/parts/documentation/tools/htdig/htdigindex.h
+++ b/parts/documentation/tools/htdig/htdigindex.h
@@ -17,8 +17,8 @@
#include <kdialogbase.h>
-class QTimer;
-class QLabel;
+class TQTimer;
+class TQLabel;
class KProcess;
class KProgress;
diff --git a/parts/doxygen/doxygenpart.h b/parts/doxygen/doxygenpart.h
index 4b2ed0bf..7756a791 100644
--- a/parts/doxygen/doxygenpart.h
+++ b/parts/doxygen/doxygenpart.h
@@ -23,7 +23,7 @@
#include "kdevplugin.h"
class DoxygenDialog;
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class KAction;
class KDialogBase;
diff --git a/parts/doxygen/input.h b/parts/doxygen/input.h
index 473d94dd..b046f39c 100644
--- a/parts/doxygen/input.h
+++ b/parts/doxygen/input.h
@@ -17,12 +17,12 @@
#include <tqcheckbox.h>
#include <tqdict.h>
-class QComboBox;
-class QLabel;
+class TQComboBox;
+class TQLabel;
class KLineEdit;
-class QListBox;
-class QPushButton;
-class QSpinBox;
+class TQListBox;
+class TQPushButton;
+class TQSpinBox;
class IInput
{
diff --git a/parts/filecreate/addglobaldlg.h b/parts/filecreate/addglobaldlg.h
index 55660853..481309e7 100644
--- a/parts/filecreate/addglobaldlg.h
+++ b/parts/filecreate/addglobaldlg.h
@@ -13,12 +13,12 @@
#include <tqvariant.h>
#include <tqdialog.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QListView;
-class QListViewItem;
-class QPushButton;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQListView;
+class TQListViewItem;
+class TQPushButton;
class AddGlobalDlg : public QDialog
{
diff --git a/parts/filecreate/fcconfigwidget.h b/parts/filecreate/fcconfigwidget.h
index c3f5b2ab..2e69b6d5 100644
--- a/parts/filecreate/fcconfigwidget.h
+++ b/parts/filecreate/fcconfigwidget.h
@@ -18,9 +18,9 @@
#include "fcconfigwidgetbase.h"
class FileCreatePart;
-class QListView;
-class QDomDocument;
-class QDomElement;
+class TQListView;
+class TQDomDocument;
+class TQDomElement;
namespace FileCreate{
class FileType;
diff --git a/parts/filecreate/filecreate_listitem.h b/parts/filecreate/filecreate_listitem.h
index 41651850..5dae2dcd 100644
--- a/parts/filecreate/filecreate_listitem.h
+++ b/parts/filecreate/filecreate_listitem.h
@@ -17,7 +17,7 @@
#include "filecreate_filetype.h"
-class QSimpleRichText;
+class TQSimpleRichText;
namespace FileCreate {
diff --git a/parts/filecreate/filecreate_newfile.h b/parts/filecreate/filecreate_newfile.h
index 54a4462e..c1d3b730 100644
--- a/parts/filecreate/filecreate_newfile.h
+++ b/parts/filecreate/filecreate_newfile.h
@@ -18,9 +18,9 @@
#include "filecreate_filetype.h"
class KURLRequester;
-class QGridLayout;
+class TQGridLayout;
class KComboBox;
-class QCheckBox;
+class TQCheckBox;
class KLineEdit;
namespace FileCreate {
diff --git a/parts/filecreate/filecreate_widget3.h b/parts/filecreate/filecreate_widget3.h
index cc2c836e..db2a6b13 100644
--- a/parts/filecreate/filecreate_widget3.h
+++ b/parts/filecreate/filecreate_widget3.h
@@ -21,7 +21,7 @@
class KDevProject;
class FileCreatePart;
-class QResizeEvent;
+class TQResizeEvent;
namespace FileCreate {
diff --git a/parts/filelist/projectviewpart.h b/parts/filelist/projectviewpart.h
index 741c4534..7c8d8de3 100644
--- a/parts/filelist/projectviewpart.h
+++ b/parts/filelist/projectviewpart.h
@@ -31,7 +31,7 @@
#include <kurl.h>
-class QPopupMenu;
+class TQPopupMenu;
class KAction;
class KSelectAction;
class KDialogBase;
@@ -39,7 +39,7 @@ class Context;
class ConfigWidgetProxy;
class FileListWidget;
class KToolBar;
-class QVBox;
+class TQVBox;
class ToolbarGUIBuilder;
diff --git a/parts/fileselector/kactionselector.h b/parts/fileselector/kactionselector.h
index 74e6575d..2b49114f 100644
--- a/parts/fileselector/kactionselector.h
+++ b/parts/fileselector/kactionselector.h
@@ -21,11 +21,11 @@
#include <tqwidget.h>
-class QListBox;
-class QListBoxItem;
-class QKeyEvent;
-class QEvent;
-class QIconSet;
+class TQListBox;
+class TQListBoxItem;
+class TQKeyEvent;
+class TQEvent;
+class TQIconSet;
class KActionSelectorPrivate;
diff --git a/parts/fileselector/kbookmarkhandler.h b/parts/fileselector/kbookmarkhandler.h
index 9b8f5042..86fa5031 100644
--- a/parts/fileselector/kbookmarkhandler.h
+++ b/parts/fileselector/kbookmarkhandler.h
@@ -24,7 +24,7 @@
#include <kbookmarkmenu.h>
#include "fileselector_widget.h"
-class QTextStream;
+class TQTextStream;
class KPopupMenu;
class KActionMenu;
diff --git a/parts/fileview/addfilegroupdlg.h b/parts/fileview/addfilegroupdlg.h
index fbc0f6ab..9692fe89 100644
--- a/parts/fileview/addfilegroupdlg.h
+++ b/parts/fileview/addfilegroupdlg.h
@@ -14,7 +14,7 @@
#include <tqdialog.h>
#include <klineedit.h>
-class QPushButton;
+class TQPushButton;
class AddFileGroupDialog : public QDialog
{
diff --git a/parts/fileview/filetreeviewwidgetimpl.h b/parts/fileview/filetreeviewwidgetimpl.h
index 52a95fc1..621452b4 100644
--- a/parts/fileview/filetreeviewwidgetimpl.h
+++ b/parts/fileview/filetreeviewwidgetimpl.h
@@ -27,9 +27,9 @@ namespace filetreeview
class BranchItemFactory;
}
class FileViewPart;
-class QHeader;
+class TQHeader;
class KToggleAction;
-class QPopupMenu;
+class TQPopupMenu;
/**
* @author Mario Scalas
diff --git a/parts/filter/shellfilterdlg.h b/parts/filter/shellfilterdlg.h
index 6642eb92..78785a11 100644
--- a/parts/filter/shellfilterdlg.h
+++ b/parts/filter/shellfilterdlg.h
@@ -14,8 +14,8 @@
#include <tqdialog.h>
-class QComboBox;
-class QPushButton;
+class TQComboBox;
+class TQPushButton;
class KDevPlugin;
class KProcess;
diff --git a/parts/filter/shellinsertdlg.h b/parts/filter/shellinsertdlg.h
index cb0992c9..d532079f 100644
--- a/parts/filter/shellinsertdlg.h
+++ b/parts/filter/shellinsertdlg.h
@@ -14,8 +14,8 @@
#include <tqdialog.h>
-class QComboBox;
-class QPushButton;
+class TQComboBox;
+class TQPushButton;
class KDevPlugin;
class KProcess;
diff --git a/parts/grepview/grepdlg.h b/parts/grepview/grepdlg.h
index 11b8d275..5c49a155 100644
--- a/parts/grepview/grepdlg.h
+++ b/parts/grepview/grepdlg.h
@@ -21,7 +21,7 @@
class KConfig;
class KURLRequester;
-class QPushButton;
+class TQPushButton;
class GrepViewPart;
class KLineEdit;
diff --git a/parts/grepview/grepviewpart.h b/parts/grepview/grepviewpart.h
index 256b44d0..65baced0 100644
--- a/parts/grepview/grepviewpart.h
+++ b/parts/grepview/grepviewpart.h
@@ -17,7 +17,7 @@
#include "kdevplugin.h"
class KDialogBase;
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class GrepViewWidget;
diff --git a/parts/grepview/grepviewwidget.h b/parts/grepview/grepviewwidget.h
index 04206973..9c232b1b 100644
--- a/parts/grepview/grepviewwidget.h
+++ b/parts/grepview/grepviewwidget.h
@@ -20,8 +20,8 @@ class GrepDialog;
class GrepViewPart;
class KDevProject;
class KTabWidget;
-class QHBoxLayout;
-class QToolButton;
+class TQHBoxLayout;
+class TQToolButton;
class GrepViewProcessWidget : public ProcessWidget
{
Q_OBJECT
diff --git a/parts/konsole/konsoleviewwidget.h b/parts/konsole/konsoleviewwidget.h
index 50e17ff5..cd3e57bc 100644
--- a/parts/konsole/konsoleviewwidget.h
+++ b/parts/konsole/konsoleviewwidget.h
@@ -24,7 +24,7 @@ namespace KParts {
class ReadOnlyPart;
class Part;
}
-class QVBoxLayout;
+class TQVBoxLayout;
class KonsoleViewWidget : public QWidget
diff --git a/parts/openwith/openwithpart.h b/parts/openwith/openwithpart.h
index 74add82a..230fedcd 100644
--- a/parts/openwith/openwithpart.h
+++ b/parts/openwith/openwithpart.h
@@ -5,7 +5,7 @@
#include "kdevplugin.h"
-class QPopupMenu;
+class TQPopupMenu;
class Context;
diff --git a/parts/partexplorer/partexplorer_plugin.h b/parts/partexplorer/partexplorer_plugin.h
index 8e2accbd..528d2a45 100644
--- a/parts/partexplorer/partexplorer_plugin.h
+++ b/parts/partexplorer/partexplorer_plugin.h
@@ -16,8 +16,8 @@
#include "kdevplugin.h"
-class QWidget;
-class QPainter;
+class TQWidget;
+class TQPainter;
class KURL;
class PartExplorerForm;
diff --git a/parts/replace/replace_widget.h b/parts/replace/replace_widget.h
index bbadce37..771643db 100644
--- a/parts/replace/replace_widget.h
+++ b/parts/replace/replace_widget.h
@@ -17,9 +17,9 @@
#include <tqwidget.h>
#include <tqstring.h>
-class QPushButton;
-class QListViewItem;
-class QDialog;
+class TQPushButton;
+class TQListViewItem;
+class TQDialog;
class ReplacePart;
class ReplaceDlgImpl;
diff --git a/parts/replace/replacedlgimpl.h b/parts/replace/replacedlgimpl.h
index d67908ff..5ff94c75 100644
--- a/parts/replace/replacedlgimpl.h
+++ b/parts/replace/replacedlgimpl.h
@@ -4,7 +4,7 @@
#include "replacedlg.h"
-class QDialog;
+class TQDialog;
class ReplaceDlgImpl : public ReplaceDlg
{
diff --git a/parts/replace/replaceview.h b/parts/replace/replaceview.h
index 31dcc4cd..7031d80d 100644
--- a/parts/replace/replaceview.h
+++ b/parts/replace/replaceview.h
@@ -17,8 +17,8 @@
#include <tqstring.h>
#include <tqregexp.h>
-class QTextStream;
-class QWidget;
+class TQTextStream;
+class TQWidget;
class ReplaceItem;
class ReplaceView : public KListView
diff --git a/parts/scripting/scriptingpart.h b/parts/scripting/scriptingpart.h
index 7f929891..5d1c2c6c 100644
--- a/parts/scripting/scriptingpart.h
+++ b/parts/scripting/scriptingpart.h
@@ -25,7 +25,7 @@
#include <tqguardedptr.h>
-class QPopupMenu;
+class TQPopupMenu;
class KAction;
class KDialogBase;
class Context;
diff --git a/parts/snippet/snippet_widget.h b/parts/snippet/snippet_widget.h
index d8cf7756..7aa1f24e 100644
--- a/parts/snippet/snippet_widget.h
+++ b/parts/snippet/snippet_widget.h
@@ -21,10 +21,10 @@
class KDevProject;
class SnippetPart;
-class QPushButton;
+class TQPushButton;
class KListView;
-class QListViewItem;
-class QPoint;
+class TQListViewItem;
+class TQPoint;
class SnippetDlg;
class SnippetItem;
class KTextEdit;
diff --git a/parts/snippet/snippetitem.h b/parts/snippet/snippetitem.h
index 9cfe2ccf..ee181725 100644
--- a/parts/snippet/snippetitem.h
+++ b/parts/snippet/snippetitem.h
@@ -12,7 +12,7 @@
#include <klistview.h>
#include <klocale.h>
-class QString;
+class TQString;
class SnippetGroup;
diff --git a/parts/texttools/texttoolswidget.h b/parts/texttools/texttoolswidget.h
index 4db3d2fe..5403b736 100644
--- a/parts/texttools/texttoolswidget.h
+++ b/parts/texttools/texttoolswidget.h
@@ -16,7 +16,7 @@
#include <tqstringlist.h>
class TextToolsPart;
-class QTimer;
+class TQTimer;
namespace KParts { class Part; }
namespace KTextEditor { class EditInterface; }
diff --git a/parts/tools/kapplicationtree.h b/parts/tools/kapplicationtree.h
index 60a35ac6..ee56a20c 100644
--- a/parts/tools/kapplicationtree.h
+++ b/parts/tools/kapplicationtree.h
@@ -24,11 +24,11 @@
class KURLRequester;
-class QWidget;
-class QCheckBox;
-class QPushButton;
-class QLabel;
-class QStringList;
+class TQWidget;
+class TQCheckBox;
+class TQPushButton;
+class TQLabel;
+class TQStringList;
/* ------------------------------------------------------------------------- */
diff --git a/parts/tools/tools_part.h b/parts/tools/tools_part.h
index 172b11b6..5ced9a5e 100644
--- a/parts/tools/tools_part.h
+++ b/parts/tools/tools_part.h
@@ -12,7 +12,7 @@
#include <kdevgenericfactory.h>
-class QPopupMenu;
+class TQPopupMenu;
class KDialogBase;
class Context;
class ConfigWidgetProxy;
diff --git a/parts/tools/toolsconfig.h b/parts/tools/toolsconfig.h
index 46855256..8359adff 100644
--- a/parts/tools/toolsconfig.h
+++ b/parts/tools/toolsconfig.h
@@ -7,8 +7,8 @@
#include <tqpixmap.h>
-class QListBox;
-class QPushButton;
+class TQListBox;
+class TQPushButton;
class KDevApplicationTree;
class Entry
diff --git a/parts/valgrind/valgrind_widget.h b/parts/valgrind/valgrind_widget.h
index e55e3a1c..8f75e7e4 100644
--- a/parts/valgrind/valgrind_widget.h
+++ b/parts/valgrind/valgrind_widget.h
@@ -9,8 +9,8 @@
class ValgrindPart;
class KListView;
-class QListViewItem;
-class QPopupMenu;
+class TQListViewItem;
+class TQPopupMenu;
class ValgrindWidget : public QWidget
{
diff --git a/parts/vcsmanager/vcsmanagerpart.h b/parts/vcsmanager/vcsmanagerpart.h
index eabff928..2d8cf63d 100644
--- a/parts/vcsmanager/vcsmanagerpart.h
+++ b/parts/vcsmanager/vcsmanagerpart.h
@@ -25,7 +25,7 @@
#include <tqguardedptr.h>
-class QPopupMenu;
+class TQPopupMenu;
class KAction;
class KDialogBase;
class Context;