Advertisement
Guest User

Untitled

a guest
Feb 9th, 2020
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.05 KB | None | 0 0
  1. /home/x74/Sources/Trinity/tde/main/tdegraphics/kpdf/core/generator_pdf/generator_pdf.cpp: In member function ‘virtual bool PDFGenerator::loadDocument(const TQString&, TQValueVector<KPDFPage*>&)’:
  2. /home/x74/Sources/Trinity/tde/main/tdegraphics/kpdf/core/generator_pdf/generator_pdf.cpp:150:48: error: cannot convert ‘TQString’ to ‘TQCString&
  3.   150 |             if ( KPasswordDialog::getPassword( password, prompt, wallet ? &keep : 0 ) != KPasswordDialog::Accepted )
  4.       |                                                ^~~~~~~~
  5.       |                                                |
  6.       |                                                TQString
  7. In file included from /home/x74/Sources/Trinity/tde/main/tdegraphics/kpdf/core/generator_pdf/generator_pdf.cpp:22:
  8. /opt/trinity/include/kpassdlg.h:359:39: note:   initializing argument 1 of ‘static int KPasswordDialog::getPassword(TQCString&, TQString, int*)
  9.   359 |     static int getPassword(TQCString &password, TQString prompt, int *keep=0L);
  10.       |                            ~~~~~~~~~~~^~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement