summaryrefslogtreecommitdiffstats
path: root/kate/kpybrowser/kpybrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/kpybrowser/kpybrowser.h')
-rw-r--r--kate/kpybrowser/kpybrowser.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kate/kpybrowser/kpybrowser.h b/kate/kpybrowser/kpybrowser.h
index 5f73c31..ea0c43f 100644
--- a/kate/kpybrowser/kpybrowser.h
+++ b/kate/kpybrowser/kpybrowser.h
@@ -35,9 +35,10 @@
class KPyBrowser : public KListView
{
Q_OBJECT
+ TQ_OBJECT
public:
/** construtor */
- KPyBrowser(TQWidget* parent=0, const char *name=0);
+ KPyBrowser(TQWidget* tqparent=0, const char *name=0);
/** destructor */
~KPyBrowser();
void parseText(TQString &pytext);
@@ -56,10 +57,10 @@ class KPyBrowser : public KListView
signals:
void selected(TQString, int);
private:
- class KPBToolTip : public QToolTip
+ class KPBToolTip : public TQToolTip
{
public:
- KPBToolTip(TQWidget *parent);
+ KPBToolTip(TQWidget *tqparent);
protected:
void maybeTip( const TQPoint & );
};