The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#ifndef PQLBITEM_H
#define PQLBITEM_H
/*
* QListBoxItem interface.
*
* Copyright (C) 1997, Ashley Winters <jql@accessone.com>
*
* You may distribute under the terms of the LGPL as specified in the
* README file
*/
#include <pqt.h>
#include <qlistbox.h>
typedef const QListBoxItem CQListBoxItem;
#endif // PQLBITEM_H