[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    What to use instead KTreeList ?
From:       Michael Seiwert <m.seiwert () linuxraid ! de>
Date:       2001-03-16 13:14:09
[Download RAW message or body]


Hi,

I've got a Problem with KTreeList. I'm porting an application from
QT1.44 to 2.3. Now there is this KTreeList an I don't know what I
use instead.

#include "kldap.h"
 
Kldapw::Kldapw(QWidget* parent) : KTreeList(parent)
{                                 ^^^^^^^^^^^^^^^^^
  refill = true;
  bound = false;
  loader = kapp->getIconLoader();
 
  setBackgroundColor(*(new QColor(255, 255, 255)));
  setAutoUpdate(true);
  setTreeDrawing(true);
 
  QObject::connect(this, SIGNAL(expanded(int)), this,
SLOT(expandLDAPTree(int)));
  QObject::connect(this, SIGNAL(selected(int)), this,
SLOT(selectedSlot(int)));
}

Does anybody know what replaces KTreeList and how It'l be used ???

Thank You, Regards 

Micha
 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic