You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
krusader/krusader/Queue/queuewidget.h

16 lines
195 B

#ifndef QUEUE_WIDGET_H
#define QUEUE_WIDGET_H
#include <ktabwidget.h>
class QueueWidget: public KTabWidget
{
TQ_OBJECT
public:
QueueWidget();
~QueueWidget();
};
#endif // QUEUE_WIDGET_H