summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kdesktopfile.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
committerTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /sip/tdecore/kdesktopfile.sip
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'sip/tdecore/kdesktopfile.sip')
-rw-r--r--sip/tdecore/kdesktopfile.sip42
1 files changed, 21 insertions, 21 deletions
diff --git a/sip/tdecore/kdesktopfile.sip b/sip/tdecore/kdesktopfile.sip
index 47e83fd..42eff4c 100644
--- a/sip/tdecore/kdesktopfile.sip
+++ b/sip/tdecore/kdesktopfile.sip
@@ -32,48 +32,48 @@ class KDesktopFile : KConfig
public:
- KDesktopFile (const QString&, bool = 0, const char* = "apps");
- static bool isDesktopFile (const QString&);
+ KDesktopFile (const TQString&, bool = 0, const char* = "apps");
+ static bool isDesktopFile (const TQString&);
%If ( KDE_3_1_0 - )
- static bool isAuthorizedDesktopFile (const QString&);
+ static bool isAuthorizedDesktopFile (const TQString&);
%If ( KDE_3_2_0 - )
- static QString locateLocal (const QString&);
+ static TQString locateLocal (const TQString&);
%End
%End
- QString readType () const;
- QString readIcon () const;
- QString readName () const;
- QString readComment () const;
- QString readGenericName () const;
- QString readPath () const;
- QString readDevice () const;
- QString readURL () const;
- QStringList readActions () const;
- void setActionGroup (const QString&);
- bool hasActionGroup (const QString&) const;
+ TQString readType () const;
+ TQString readIcon () const;
+ TQString readName () const;
+ TQString readComment () const;
+ TQString readGenericName () const;
+ TQString readPath () const;
+ TQString readDevice () const;
+ TQString readURL () const;
+ TQStringList readActions () const;
+ void setActionGroup (const TQString&);
+ bool hasActionGroup (const TQString&) const;
bool hasLinkType () const;
bool hasApplicationType () const;
bool hasMimeTypeType () const;
bool hasDeviceType () const;
bool tryExec () const;
- QString fileName () const;
- QString resource () const;
+ TQString fileName () const;
+ TQString resource () const;
%If ( KDE_3_1_0 - )
- QString readDocPath () const;
+ TQString readDocPath () const;
%End
- QStringList sortOrder () const;
+ TQStringList sortOrder () const;
%If ( KDE_3_2_0 - )
- KDesktopFile* copyTo (const QString&) const;
+ KDesktopFile* copyTo (const TQString&) const;
%End
- QString filename () const;
+ TQString filename () const;
private:
KDesktopFile (const KDesktopFile&);