summaryrefslogtreecommitdiffstats
path: root/sip/qtpe/qpeapplnk.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtpe/qpeapplnk.sip')
-rw-r--r--sip/qtpe/qpeapplnk.sip84
1 files changed, 42 insertions, 42 deletions
diff --git a/sip/qtpe/qpeapplnk.sip b/sip/qtpe/qpeapplnk.sip
index f817ae5..9bf07fa 100644
--- a/sip/qtpe/qpeapplnk.sip
+++ b/sip/qtpe/qpeapplnk.sip
@@ -4,20 +4,20 @@
// Copyright (c) 2007
// Riverbank Computing Limited <[email protected]>
//
-// 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.
@@ -35,7 +35,7 @@ class AppLnk
public:
AppLnk();
- AppLnk(const QString &);
+ AppLnk(const TQString &);
AppLnk(const AppLnk &);
bool isValid() const;
@@ -45,43 +45,43 @@ public:
static int smallIconSize();
static int bigIconSize();
- QString name() const;
- const QPixmap& pixmap() const;
- const QPixmap& bigPixmap() const;
- virtual QString exec() const /PyName=exec_property/;
- QString type() const;
- QString rotation() const;
- QString comment() const;
- QString file() const;
- QString linkFile() const;
- QStringList mimeTypes() const;
- QStringList mimeTypeIcons() const;
- const QArray<int> &categories() const;
+ TQString name() const;
+ const TQPixmap& pixmap() const;
+ const TQPixmap& bigPixmap() const;
+ virtual TQString exec() const /PyName=exec_property/;
+ TQString type() const;
+ TQString rotation() const;
+ TQString comment() const;
+ TQString file() const;
+ TQString linkFile() const;
+ TQStringList mimeTypes() const;
+ TQStringList mimeTypeIcons() const;
+ const TQArray<int> &categories() const;
int id() const;
bool fileKnown() const;
bool linkFileKnown() const;
void execute() const /ReleaseGIL/;
- void execute(const QStringList &) const /ReleaseGIL/;
+ void execute(const TQStringList &) const /ReleaseGIL/;
void removeFiles();
void removeLinkFile();
- void setName(const QString &);
- void setExec(const QString &);
- void setFile(const QString &);
- void setLinkFile(const QString &);
- void setComment(const QString &);
- void setType(const QString &);
- void setIcon(const QString &);
- void setCategories(const QArray<int> &);
+ void setName(const TQString &);
+ void setExec(const TQString &);
+ void setFile(const TQString &);
+ void setLinkFile(const TQString &);
+ void setComment(const TQString &);
+ void setType(const TQString &);
+ void setIcon(const TQString &);
+ void setCategories(const TQArray<int> &);
bool writeLink() const;
- void setProperty(const QString &,const QString &);
- QString property(const QString &) const;
+ void setProperty(const TQString &,const TQString &);
+ TQString property(const TQString &) const;
protected:
- virtual void invoke(const QStringList &) const;
+ virtual void invoke(const TQStringList &) const;
bool ensureLinkExists() const;
// Undocumented and missing on the Zaurus.
// void storeLink() const;
@@ -97,13 +97,13 @@ class DocLnk : AppLnk
public:
DocLnk();
DocLnk(const DocLnk &);
- DocLnk(const QString &);
- DocLnk(const QString &,bool);
+ DocLnk(const TQString &);
+ DocLnk(const TQString &,bool);
- QString exec() const /PyName=exec_property/;
+ TQString exec() const /PyName=exec_property/;
protected:
- void invoke(const QStringList &) const;
+ void invoke(const TQStringList &) const;
};
@@ -115,20 +115,20 @@ class AppLnkSet
public:
AppLnkSet();
- AppLnkSet(const QString &);
+ AppLnkSet(const TQString &);
const AppLnk *find(int) const;
- const AppLnk *findExec(const QString &) const;
+ const AppLnk *findExec(const TQString &) const;
- QStringList types() const;
- QString typeName(const QString &) const;
- QPixmap typePixmap(const QString &) const;
- QPixmap typeBigPixmap(const QString &) const;
+ TQStringList types() const;
+ TQString typeName(const TQString &) const;
+ TQPixmap typePixmap(const TQString &) const;
+ TQPixmap typeBigPixmap(const TQString &) const;
void add(AppLnk *);
bool remove(AppLnk *);
- const QList<AppLnk> &children() const;
+ const TQList<AppLnk> &children() const;
void detachChildren();
private:
@@ -144,9 +144,9 @@ class DocLnkSet : AppLnkSet
public:
DocLnkSet();
- DocLnkSet(const QString &,const QString & = QString::null);
+ DocLnkSet(const TQString &,const TQString & = TQString::null);
- const QList<DocLnk> &children() const;
+ const TQList<DocLnk> &children() const;
void appendFrom(DocLnkSet &);