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.
tdebase/kcontrol/screensaver/kswidget.h

18 lines
284 B

#ifndef KSWIDGET_H
#define KSWIDGET_H
#include <qxembed.h>
#include <X11/X.h>
class KSWidget : public QXEmbed
{
Q_OBJECT
public:
KSWidget( TQWidget *parent = NULL, const char* name = NULL, int flags = 0 );
virtual ~KSWidget();
private:
Colormap colormap;
};
#endif