summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/DESIGN2
-rw-r--r--khelpcenter/htmlsearch.h2
-rw-r--r--khelpcenter/htmlsearch/htmlsearch.h2
-rw-r--r--khelpcenter/khc_indexbuilder.h2
-rw-r--r--khelpcenter/navigator.cpp4
-rw-r--r--khelpcenter/searchhandler.h2
-rw-r--r--khelpcenter/toc.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/khelpcenter/DESIGN b/khelpcenter/DESIGN
index 39498732d..f2e11d0cf 100644
--- a/khelpcenter/DESIGN
+++ b/khelpcenter/DESIGN
@@ -384,7 +384,7 @@ protocol == "help") by itself and otherwise use the plain URL.
## mode.
# Hmm yes, that should be possible. Take the toplevel widget, use
-# QObject::children() and iterate over all children, use QToolTip::textFor() to
+# TQObject::children() and iterate over all children, use QToolTip::textFor() to
# check whether the given qwidget has a tooltip and if so, use QToolTip::tip()
# to show the tooltip.
# One could probably add a standard dcop call to TDEMainWindow, like
diff --git a/khelpcenter/htmlsearch.h b/khelpcenter/htmlsearch.h
index 0ece31378..355e8932f 100644
--- a/khelpcenter/htmlsearch.h
+++ b/khelpcenter/htmlsearch.h
@@ -10,7 +10,7 @@ namespace KHC {
class DocEntry;
-class HTMLSearch : public QObject
+class HTMLSearch : public TQObject
{
TQ_OBJECT
public:
diff --git a/khelpcenter/htmlsearch/htmlsearch.h b/khelpcenter/htmlsearch/htmlsearch.h
index 0dafe76e1..e0c533f81 100644
--- a/khelpcenter/htmlsearch/htmlsearch.h
+++ b/khelpcenter/htmlsearch/htmlsearch.h
@@ -16,7 +16,7 @@ class TDEProcess;
class ProgressDialog;
-class HTMLSearch : public QObject
+class HTMLSearch : public TQObject
{
TQ_OBJECT
diff --git a/khelpcenter/khc_indexbuilder.h b/khelpcenter/khc_indexbuilder.h
index b13ea092b..8cbaf6b00 100644
--- a/khelpcenter/khc_indexbuilder.h
+++ b/khelpcenter/khc_indexbuilder.h
@@ -30,7 +30,7 @@ class TDEProcess;
namespace KHC {
-class IndexBuilder : public QObject
+class IndexBuilder : public TQObject
{
TQ_OBJECT
public:
diff --git a/khelpcenter/navigator.cpp b/khelpcenter/navigator.cpp
index f8e4c2b62..4a691240d 100644
--- a/khelpcenter/navigator.cpp
+++ b/khelpcenter/navigator.cpp
@@ -134,8 +134,8 @@ Navigator::Navigator( View *view, TQWidget *parent, const char *name )
mSearchWidget->readConfig( TDEGlobal::config() );
}
- connect( mTabWidget, TQT_SIGNAL( currentChanged( QWidget * ) ),
- TQT_SLOT( slotTabChanged( QWidget * ) ) );
+ connect( mTabWidget, TQT_SIGNAL( currentChanged( TQWidget * ) ),
+ TQT_SLOT( slotTabChanged( TQWidget * ) ) );
}
Navigator::~Navigator()
diff --git a/khelpcenter/searchhandler.h b/khelpcenter/searchhandler.h
index e5592e022..b580d0ebb 100644
--- a/khelpcenter/searchhandler.h
+++ b/khelpcenter/searchhandler.h
@@ -47,7 +47,7 @@ class SearchJob
TQString mError;
};
-class SearchHandler : public QObject
+class SearchHandler : public TQObject
{
TQ_OBJECT
public:
diff --git a/khelpcenter/toc.h b/khelpcenter/toc.h
index c4d76bb0b..dba0921fc 100644
--- a/khelpcenter/toc.h
+++ b/khelpcenter/toc.h
@@ -30,7 +30,7 @@ class TDEProcess;
namespace KHC {
-class TOC : public QObject
+class TOC : public TQObject
{
TQ_OBJECT
public: