diff options
Diffstat (limited to 'ksirc/alistbox.cpp')
-rw-r--r-- | ksirc/alistbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/alistbox.cpp b/ksirc/alistbox.cpp index ca0609e8..60e27cdf 100644 --- a/ksirc/alistbox.cpp +++ b/ksirc/alistbox.cpp @@ -23,8 +23,8 @@ #include <kglobal.h> #include <kurldrag.h> -aListBox::aListBox(TQWidget *tqparent, const char *name ) - : TQListBox(tqparent,name) +aListBox::aListBox(TQWidget *parent, const char *name ) + : TQListBox(parent,name) { clear(); p_scroll = TQPalette(tqpalette()); |