source:
psi/vendor/affinix/current/src/qwextend.h@
2
Last change on this file since 2 was 2, checked in by , 19 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
1 | #ifndef QWEXTEND_H |
2 | #define QWEXTEND_H |
3 | |
4 | #include<qglobal.h> |
5 | |
6 | #ifdef Q_WS_X11 |
7 | class QWidget; |
8 | typedef uint WFlags; |
9 | void reparent_good(QWidget *that, WFlags f, bool showIt); |
10 | #endif |
11 | |
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.