summaryrefslogtreecommitdiffstats
path: root/kutils/kfind.h
diff options
context:
space:
mode:
Diffstat (limited to 'kutils/kfind.h')
-rw-r--r--kutils/kfind.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kutils/kfind.h b/kutils/kfind.h
index 502708dd1..b28f59596 100644
--- a/kutils/kfind.h
+++ b/kutils/kfind.h
@@ -101,9 +101,10 @@
* FindBackwards and call slotFindNext() - and reset the value afterwards.
*/
class KUTILS_EXPORT KFind :
- public QObject
+ public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
@@ -388,7 +389,7 @@ signals:
protected:
- TQWidget* parentWidget() const { return (TQWidget *)parent(); }
+ TQWidget* tqparentWidget() const { return (TQWidget *)parent(); }
TQWidget* dialogsParent() const;
protected slots: