summaryrefslogtreecommitdiffstats
path: root/sip/kio/ksycocaentry.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kio/ksycocaentry.sip
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'sip/kio/ksycocaentry.sip')
-rw-r--r--sip/kio/ksycocaentry.sip18
1 files changed, 9 insertions, 9 deletions
diff --git a/sip/kio/ksycocaentry.sip b/sip/kio/ksycocaentry.sip
index d2e7e8d..3544c61 100644
--- a/sip/kio/ksycocaentry.sip
+++ b/sip/kio/ksycocaentry.sip
@@ -37,24 +37,24 @@ public:
public:
//ig typedef KSharedPtr<KSycocaEntry> Ptr;
-//ig typedef QValueList<KSycocaEntry::Ptr> List;
+//ig typedef TQValueList<KSycocaEntry::Ptr> List;
public:
- KSycocaEntry (const QString&);
+ KSycocaEntry (const TQString&);
%If ( KDE_3_1_0 - )
- static void read (QDataStream&, QString&);
- static void read (QDataStream&, QStringList&);
+ static void read (TQDataStream&, TQString&);
+ static void read (TQDataStream&, TQStringList&);
%End
- KSycocaEntry (QDataStream&, int);
- virtual QString name () const = 0;
- QString entryPath () const;
+ KSycocaEntry (TQDataStream&, int);
+ virtual TQString name () const = 0;
+ TQString entryPath () const;
virtual bool isValid () const = 0;
virtual bool isDeleted () const;
int offset ();
- virtual void save (QDataStream&);
- virtual void load (QDataStream&) = 0;
+ virtual void save (TQDataStream&);
+ virtual void load (TQDataStream&) = 0;
protected: