diff options
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r-- | xparts/xpart_notepad/xp_notepad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/xp_notepad.cpp b/xparts/xpart_notepad/xp_notepad.cpp index 5dc7157c..ae8cc850 100644 --- a/xparts/xpart_notepad/xp_notepad.cpp +++ b/xparts/xpart_notepad/xp_notepad.cpp @@ -23,7 +23,7 @@ public: } /** needed by XPartManager to embed the part */ - Q_UINT32 windowId() + TQ_UINT32 windowId() { return winId(); } /** used by XPartManager to show the part */ |