mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
#ifndef ALSAITEM_H
|
||||
#define ALSAITEM_H
|
||||
|
||||
#include <qlistbox.h>
|
||||
#include <q3listbox.h>
|
||||
|
||||
class AlsaItem : public QListBoxText
|
||||
class AlsaItem : public Q3ListBoxText
|
||||
{
|
||||
public:
|
||||
AlsaItem(QListBox *listbox,const QString &text=QString::null);
|
||||
AlsaItem(Q3ListBox *listbox,const QString &text=QString::null);
|
||||
AlsaItem(const QString &text=QString::null);
|
||||
AlsaItem(const AlsaItem &item);
|
||||
int card() const;
|
||||
|
||||
Reference in New Issue
Block a user