diff options
Diffstat (limited to 'sip/kio/kshred.sip')
-rw-r--r-- | sip/kio/kshred.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kio/kshred.sip b/sip/kio/kshred.sip index e5277de..966a3bf 100644 --- a/sip/kio/kshred.sip +++ b/sip/kio/kshred.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KShred : QObject +class KShred : TQObject { %TypeHeaderCode #include <kshred.h> @@ -32,18 +32,18 @@ class KShred : QObject public: - KShred (QString); + KShred (TQString); bool fill1s (); bool fill0s (); bool fillbyte (uint); bool fillrandom (); bool fillpattern (uchar*, uint); bool shred (); - static bool shred (QString); + static bool shred (TQString); signals: void processedSize (KIO::filesize_t); - void infoMessage (const QString&); + void infoMessage (const TQString&); }; // class KShred |