7 void min_width(QWidget
*);
8 void fixed_width(QWidget
*);
9 void min_height(QWidget
*);
10 void fixed_height(QWidget
*);
11 void min_size(QWidget
*);
12 void fixed_size(QWidget
*);
15 * Use this to get a KConfig object that uses a reasonable config filename.
16 * KGlobal::config() will use the klockrc config file.
18 * Caller must delete the object when finished.
20 KConfig
*klock_config();