diff options
Diffstat (limited to 'kfilereplace/kaddstringdlg.h')
| -rw-r--r-- | kfilereplace/kaddstringdlg.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/kfilereplace/kaddstringdlg.h b/kfilereplace/kaddstringdlg.h index 23c446f4..6193cbae 100644 --- a/kfilereplace/kaddstringdlg.h +++ b/kfilereplace/kaddstringdlg.h @@ -28,6 +28,7 @@  class KAddStringDlg : public KAddStringDlgS  {    Q_OBJECT +  TQ_OBJECT    private:      RCOptions* m_option;      TQListView* m_sv; @@ -35,7 +36,7 @@ class KAddStringDlg : public KAddStringDlgS      bool m_wantEdit;    public: //Constructors -    KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *parent=0, const char *name=0); +    KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *tqparent=0, const char *name=0);    private slots:      void slotOK(); @@ -63,7 +64,7 @@ class KAddStringDlg : public KAddStringDlgS       */      void raiseView();      /** -     * Verifies whether 'lv' contains 's' +     * Verifies whether 'lv' tqcontains 's'       */      bool columnContains(TQListView* lv,const TQString& s, int column);      void saveViewContentIntoMap(); | 
