diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kioslave/trash/testtrash.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/trash/testtrash.h')
-rw-r--r-- | kioslave/trash/testtrash.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/kioslave/trash/testtrash.h b/kioslave/trash/testtrash.h index 70d06dc8b..fd286c945 100644 --- a/kioslave/trash/testtrash.h +++ b/kioslave/trash/testtrash.h @@ -20,7 +20,7 @@ #ifndef TESTTRASH_H #define TESTTRASH_H -#include <qobject.h> +#include <tqobject.h> class TestTrash : public QObject { @@ -91,28 +91,28 @@ private slots: void slotEntries( KIO::Job*, const KIO::UDSEntryList& ); private: - void trashFile( const QString& origFilePath, const QString& fileId ); - void trashSymlink( const QString& origFilePath, const QString& fileName, bool broken ); - void trashDirectory( const QString& origPath, const QString& fileName ); - void copyFromTrash( const QString& fileId, const QString& destPath, const QString& relativePath = QString::null ); - void moveFromTrash( const QString& fileId, const QString& destPath, const QString& relativePath = QString::null ); - - QString homeTmpDir() const; - QString otherTmpDir() const; - QString utf8FileName() const; - QString umlautFileName() const; - QString readOnlyDirPath() const; - - QString m_trashDir; - - QString m_otherPartitionTopDir; - QString m_otherPartitionTrashDir; + void trashFile( const TQString& origFilePath, const TQString& fileId ); + void trashSymlink( const TQString& origFilePath, const TQString& fileName, bool broken ); + void trashDirectory( const TQString& origPath, const TQString& fileName ); + void copyFromTrash( const TQString& fileId, const TQString& destPath, const TQString& relativePath = TQString::null ); + void moveFromTrash( const TQString& fileId, const TQString& destPath, const TQString& relativePath = TQString::null ); + + TQString homeTmpDir() const; + TQString otherTmpDir() const; + TQString utf8FileName() const; + TQString umlautFileName() const; + TQString readOnlyDirPath() const; + + TQString m_trashDir; + + TQString m_otherPartitionTopDir; + TQString m_otherPartitionTrashDir; bool m_tmpIsWritablePartition; int m_tmpTrashId; int m_otherPartitionId; int m_entryCount; - QStringList m_listResult; + TQStringList m_listResult; }; #endif |