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.
tdeartwork/tdescreensaver/xsavers/helpers.h

24 lines
497 B

#ifndef __HELPERS__H__
#define __HELPERS__H__
#include <tqwidget.h>
#include <tdeconfig.h>
void min_width(TQWidget *);
void fixed_width(TQWidget *);
void min_height(TQWidget *);
void fixed_height(TQWidget *);
void min_size(TQWidget *);
void fixed_size(TQWidget *);
/*
* Use this to get a TDEConfig object that uses a reasonable config filename.
* TDEGlobal::config() will use the klockrc config file.
*
* Caller must delete the object when finished.
*/
TDEConfig *klock_config();
#endif