diff options
Diffstat (limited to 'sip/kio/kdirwatch.sip')
-rw-r--r-- | sip/kio/kdirwatch.sip | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sip/kio/kdirwatch.sip b/sip/kio/kdirwatch.sip index 41867dd..d94b9fb 100644 --- a/sip/kio/kdirwatch.sip +++ b/sip/kio/kdirwatch.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KDirWatch : QObject +class KDirWatch : TQObject { %TypeHeaderCode #include <kdirwatch.h> @@ -32,22 +32,22 @@ class KDirWatch : QObject public: - KDirWatch (QObject* /TransferThis/ = 0, const char* = 0); - void addDir (const QString&, bool = 0, bool = 0); - void addFile (const QString&); - QDateTime ctime (const QString&); - void removeDir (const QString&); - void removeFile (const QString&); - bool stopDirScan (const QString&); - bool restartDirScan (const QString&); + KDirWatch (TQObject* /TransferThis/ = 0, const char* = 0); + void addDir (const TQString&, bool = 0, bool = 0); + void addFile (const TQString&); + TQDateTime ctime (const TQString&); + void removeDir (const TQString&); + void removeFile (const TQString&); + bool stopDirScan (const TQString&); + bool restartDirScan (const TQString&); void startScan (bool = 0, bool = 0); void stopScan (); bool isStopped (); - bool contains (const QString&) const; + bool contains (const TQString&) const; static void statistics (); - void setCreated (const QString&); - void setDirty (const QString&); - void setDeleted (const QString&); + void setCreated (const TQString&); + void setDirty (const TQString&); + void setDeleted (const TQString&); %If ( KDE_3_5_1 - ) @@ -74,9 +74,9 @@ public: signals: - void dirty (const QString&); - void created (const QString&); - void deleted (const QString&); + void dirty (const TQString&); + void created (const TQString&); + void deleted (const TQString&); public: |