summaryrefslogtreecommitdiffstats
path: root/sip/kio/ksycoca.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/kio/ksycoca.sip
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'sip/kio/ksycoca.sip')
-rw-r--r--sip/kio/ksycoca.sip22
1 files changed, 11 insertions, 11 deletions
diff --git a/sip/kio/ksycoca.sip b/sip/kio/ksycoca.sip
index 959fde8..528a723 100644
--- a/sip/kio/ksycoca.sip
+++ b/sip/kio/ksycoca.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KSycoca : QObject, DCOPObject
+class KSycoca : TQObject, DCOPObject
{
%TypeHeaderCode
#include <ksycoca.h>
@@ -34,9 +34,9 @@ class KSycoca : QObject, DCOPObject
public:
%If ( KDE_3_1_4 - )
- virtual bool process (const QCString&, const QByteArray&, QCString&, QByteArray&);
- QCStringList functions ();
- QCStringList interfaces ();
+ virtual bool process (const TQCString&, const TQByteArray&, TQCString&, TQByteArray&);
+ TQCStringList functions ();
+ TQCStringList interfaces ();
%End
@@ -51,17 +51,17 @@ public:
static int version ();
%End
- QDataStream* findEntry (int, KSycocaType& /Out/);
- QDataStream* findFactory (KSycocaFactoryId);
- QString kfsstnd_prefixes ();
- QString language ();
+ TQDataStream* findEntry (int, KSycocaType& /Out/);
+ TQDataStream* findFactory (KSycocaFactoryId);
+ TQString kfsstnd_prefixes ();
+ TQString language ();
ulong timeStamp ();
%If ( KDE_3_1_0 - )
ulong updateSignature ();
%If ( KDE_3_2_0 - )
- QStringList allResourceDirs ();
+ TQStringList allResourceDirs ();
%End
%End
@@ -73,7 +73,7 @@ public:
void disableAutoRebuild ();
%End
- static QString determineRelativePath (const QString&, const char*);
+ static TQString determineRelativePath (const TQString&, const char*);
static bool isChanged (const char*);
%If ( KDE_3_1_0 - )
@@ -83,7 +83,7 @@ public:
public:
- void notifyDatabaseChanged (const QStringList&);
+ void notifyDatabaseChanged (const TQStringList&);
signals:
void databaseChanged ();