diff options
Diffstat (limited to 'sip/kparts/event.sip')
-rw-r--r-- | sip/kparts/event.sip | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sip/kparts/event.sip b/sip/kparts/event.sip index c1014ff..1288e9b 100644 --- a/sip/kparts/event.sip +++ b/sip/kparts/event.sip @@ -26,7 +26,7 @@ namespace KParts { -class Event : QCustomEvent +class Event : TQCustomEvent { %TypeHeaderCode #include <event.h> @@ -36,8 +36,8 @@ class Event : QCustomEvent public: Event (const char*); virtual const char* eventName () const; - static bool test (const QEvent*); - static bool test (const QEvent*, const char*); + static bool test (const TQEvent*); + static bool test (const TQEvent*, const char*); }; // class Event @@ -52,7 +52,7 @@ class GUIActivateEvent : KParts::Event public: GUIActivateEvent (bool); bool activated () const; - static bool test (const QEvent*); + static bool test (const TQEvent*); }; // class GUIActivateEvent @@ -65,11 +65,11 @@ class PartActivateEvent : KParts::Event public: - PartActivateEvent (bool, KParts::Part*, QWidget*); + PartActivateEvent (bool, KParts::Part*, TQWidget*); bool activated () const; KParts::Part* part () const; - QWidget* widget () const; - static bool test (const QEvent*); + TQWidget* widget () const; + static bool test (const TQEvent*); }; // class PartActivateEvent @@ -82,11 +82,11 @@ class PartSelectEvent : KParts::Event public: - PartSelectEvent (bool, KParts::Part*, QWidget*); + PartSelectEvent (bool, KParts::Part*, TQWidget*); bool selected () const; KParts::Part* part () const; - QWidget* widget () const; - static bool test (const QEvent*); + TQWidget* widget () const; + static bool test (const TQEvent*); }; // class PartSelectEvent |