blob: 135f4b26a7ca3f703fe935cf2b0f79665f879217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
{
global:
extern "C++"
{
TQGuardedPtrPrivate::*
};
local:
extern "C++"
{
TQClipboardWatcher::*;
TQColorLuminancePicker::*;
TQErrorMessageTextView::*;
TQETWidget::*;
TQFDProgress*;
TQFileDialogQFileListView::*;
TQFtpDTP::*;
TQFtpPI*;
TQHttpNormalRequest::*;
TQHttpRequest::*;
TQHttpResponseHeader::*;
TQMainWindowLayout::*;
TQ*Private::*; # collides with QGuardedPtrPrivate
TQPSPrinter*;
TQ*RegExpEngine::*;
TQ*SvgDevice::*;
*TQSvgDeviceState*;
ImgElement::*;
PixElement::*;
TQRenameEdit::*;
TQRollEffect::*;
TQSharedDoubleBufferCleaner::*;
TQSmSocketReceiver::*;
TQSpinBoxValidator::*;
TQSplitterHandle::*;
TQSqlRecordShared::*;
TQSVChildRec::*;
qt_xdnd_*;
TQTipLabel::*;
TQUnicodeTables::*;
TQViewportWidget::*;
TQWFlagWidget::*;
TQWorkspaceChild::*;
TQFontDef::*;
TQFontStruct::*;
TQFont*Codec::*;
TQInputContext::*
};
TT_*;
TTO_*;
};
|