diff options
Diffstat (limited to 'sip/kio/ksycoca.sip')
-rw-r--r-- | sip/kio/ksycoca.sip | 22 |
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 (); |