summaryrefslogtreecommitdiffstats
path: root/src/kchmsearchwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kchmsearchwindow.h')
-rw-r--r--src/kchmsearchwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kchmsearchwindow.h b/src/kchmsearchwindow.h
index fbbf3f5..165a864 100644
--- a/src/kchmsearchwindow.h
+++ b/src/kchmsearchwindow.h
@@ -39,8 +39,8 @@ class KCHMClickableLabel : public TQLabel
Q_OBJECT
TQ_OBJECT
public:
- KCHMClickableLabel( const TQString& label, TQWidget * tqparent )
- : TQLabel( label, tqparent ) {};
+ KCHMClickableLabel( const TQString& label, TQWidget * parent )
+ : TQLabel( label, parent ) {};
virtual ~KCHMClickableLabel() {};
@@ -57,7 +57,7 @@ class KCHMSearchWindow : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- KCHMSearchWindow ( TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0 );
+ KCHMSearchWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
void tqinvalidate();
void restoreSettings (const KCHMSettings::search_saved_settings_t& settings);