Subash Jeyan wrote: > hi, > > running the latest cvs i get the following error: > > scribus.cpp: In member function `void ScribusApp::ClipChange()': > scribus.cpp:2980: `Clipboard' is not a member of type `QClipboard' > scribus.cpp:2982: `Selection' is not a member of type `QClipboard' > scribus.cpp: In member function `void ScribusApp::setAppMode(int)': > scribus.cpp:3678: `Clipboard' is not a member of type `QClipboard' > scribus.cpp:3680: `Selection' is not a member of type `QClipboard' > > any hints? regards, subash. Are you using Qt-3.0x? The QClipboard::Clipboard and QClipboard::Selection members of QClipboard are only defined in Qt-3.1 and above. I will add a conditional compiler directive to enable use of Qt-3.0x again.
Best Regards, Franz Schmid
