summaryrefslogtreecommitdiffstats
path: root/khelpcenter/infotree.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/infotree.h')
-rw-r--r--khelpcenter/infotree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/infotree.h b/khelpcenter/infotree.h
index a7f2c5c5d..e5516a3d2 100644
--- a/khelpcenter/infotree.h
+++ b/khelpcenter/infotree.h
@@ -31,12 +31,12 @@ namespace KHC
{
Q_OBJECT
public:
- InfoTree( QObject *parent, const char *name = 0 );
+ InfoTree( TQObject *parent, const char *name = 0 );
virtual void build( NavigatorItem *parentItem );
private:
- void parseInfoDirFile( const QString &fileName );
+ void parseInfoDirFile( const TQString &fileName );
NavigatorItem *m_parentItem;
NavigatorItem *m_alphabItem;