diff options
Diffstat (limited to 'sip/qtpe/qpefileselector.sip')
-rw-r--r-- | sip/qtpe/qpefileselector.sip | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sip/qtpe/qpefileselector.sip b/sip/qtpe/qpefileselector.sip index cfea063..044cd59 100644 --- a/sip/qtpe/qpefileselector.sip +++ b/sip/qtpe/qpefileselector.sip @@ -3,20 +3,20 @@ // Copyright (c) 2007 // Riverbank Computing Limited <info@riverbankcomputing.co.uk> // -// This file is part of PyQt. +// This file is part of PyTQt. // -// This copy of PyQt is free software; you can redistribute it and/or modify it +// This copy of PyTQt is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the Free // Software Foundation; either version 2, or (at your option) any later // version. // -// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY +// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS // FOR A PARTICULAR PURPOSE. See the GNU General Public License for more // details. // // You should have received a copy of the GNU General Public License along with -// PyQt; see the file LICENSE. If not, write to the Free Software Foundation, +// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -26,37 +26,37 @@ %If (WS_QWS) -class FileSelectorItem : QListViewItem +class FileSelectorItem : TQListViewItem { %TypeHeaderCode #include <qpe/fileselector.h> %End public: - FileSelectorItem(QListView * /TransferThis/,const DocLnk &); + FileSelectorItem(TQListView * /TransferThis/,const DocLnk &); DocLnk file() const; }; -class FileSelector : QVBox +class FileSelector : TQVBox { %TypeHeaderCode #include <qpe/fileselector.h> %End public: - FileSelector(const QString &,QWidget * /TransferThis/,const char *, + FileSelector(const TQString &,TQWidget * /TransferThis/,const char *, bool = 1,bool = 1); void setNewVisible(bool); void setCloseVisible(bool); void reread(); int fileCount(); -%If (- QtPE_1_6_0) +%If (- TQtPE_1_6_0) const DocLnk *selected(); %End -%If (QtPE_1_6_0 -) +%If (TQtPE_1_6_0 -) DocLnk selectedDocument(); %End |