summaryrefslogtreecommitdiffstats
path: root/kate/kpybrowser/pybrowse_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/kpybrowser/pybrowse_part.h')
-rw-r--r--kate/kpybrowser/pybrowse_part.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kate/kpybrowser/pybrowse_part.h b/kate/kpybrowser/pybrowse_part.h
index 3769661..f649170 100644
--- a/kate/kpybrowser/pybrowse_part.h
+++ b/kate/kpybrowser/pybrowse_part.h
@@ -36,6 +36,7 @@
class PluginViewPyBrowse : public TQObject, KXMLGUIClient
{
Q_OBJECT
+ TQ_OBJECT
friend class KatePluginPyBrowse;
@@ -57,9 +58,10 @@ class PluginViewPyBrowse : public TQObject, KXMLGUIClient
class KatePluginPyBrowse : public Kate::Plugin, public Kate::PluginViewInterface
{
Q_OBJECT
+ TQ_OBJECT
public:
- KatePluginPyBrowse( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() );
+ KatePluginPyBrowse( TQObject* tqparent = 0, const char* name = 0, const TQStringList& = TQStringList() );
~KatePluginPyBrowse();
void addView(Kate::MainWindow *win);