diff options
Diffstat (limited to 'kopete/libkopete/ui/kopetelistview.h')
-rw-r--r-- | kopete/libkopete/ui/kopetelistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/ui/kopetelistview.h b/kopete/libkopete/ui/kopetelistview.h index 05102e53..6dcf4ccc 100644 --- a/kopete/libkopete/ui/kopetelistview.h +++ b/kopete/libkopete/ui/kopetelistview.h @@ -35,7 +35,7 @@ class ListView : public KListView TQ_OBJECT public: - ListView( TQWidget *tqparent = 0, const char *name = 0 ); + ListView( TQWidget *parent = 0, const char *name = 0 ); ~ListView(); /** |