summaryrefslogtreecommitdiffstats
path: root/sip/kutils/kfinddialog.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kutils/kfinddialog.sip')
-rw-r--r--sip/kutils/kfinddialog.sip20
1 files changed, 10 insertions, 10 deletions
diff --git a/sip/kutils/kfinddialog.sip b/sip/kutils/kfinddialog.sip
index fb3939f..f3624fa 100644
--- a/sip/kutils/kfinddialog.sip
+++ b/sip/kutils/kfinddialog.sip
@@ -47,10 +47,10 @@ public:
MinimumUserOption
};
- KFindDialog (QWidget* = 0, const char* = 0, long = 0, const QStringList& = QStringList (), bool = 0);
- KFindDialog (bool, QWidget* = 0, const char* = 0, long = 0, const QStringList& = QStringList (), bool = 0);
- void setFindHistory (const QStringList&);
- QStringList findHistory () const;
+ KFindDialog (TQWidget* = 0, const char* = 0, long = 0, const TQStringList& = TQStringList (), bool = 0);
+ KFindDialog (bool, TQWidget* = 0, const char* = 0, long = 0, const TQStringList& = TQStringList (), bool = 0);
+ void setFindHistory (const TQStringList&);
+ TQStringList findHistory () const;
void setHasSelection (bool);
void setHasCursor (bool);
@@ -63,22 +63,22 @@ public:
void setOptions (long);
long options () const;
- QString pattern () const;
- void setPattern (const QString&);
- QWidget* findExtension ();
+ TQString pattern () const;
+ void setPattern (const TQString&);
+ TQWidget* findExtension ();
protected slots:
void slotOk ();
void slotSelectedTextToggled (bool);
void showPatterns ();
void showPlaceholders ();
- void textSearchChanged (const QString&);
+ void textSearchChanged (const TQString&);
protected:
- virtual void showEvent (QShowEvent*);
+ virtual void showEvent (TQShowEvent*);
private:
- KFindDialog (QWidget*, const char*, bool);
+ KFindDialog (TQWidget*, const char*, bool);
}; // class KFindDialog