source: psi/vendor/affinix/current/src/qwextend.h@ 2

Last change on this file since 2 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 185 bytes
Line 
1#ifndef QWEXTEND_H
2#define QWEXTEND_H
3
4#include<qglobal.h>
5
6#ifdef Q_WS_X11
7class QWidget;
8typedef uint WFlags;
9void reparent_good(QWidget *that, WFlags f, bool showIt);
10#endif
11
12#endif
Note: See TracBrowser for help on using the repository browser.