diff options
Diffstat (limited to 'filesharing/advanced/nfs/nfsfile.h')
-rw-r--r-- | filesharing/advanced/nfs/nfsfile.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/filesharing/advanced/nfs/nfsfile.h b/filesharing/advanced/nfs/nfsfile.h index f48a0942..c46ce595 100644 --- a/filesharing/advanced/nfs/nfsfile.h +++ b/filesharing/advanced/nfs/nfsfile.h @@ -24,8 +24,8 @@ #include <kurl.h> #include "nfsentry.h" -typedef QPtrList<NFSEntry> EntryList; -typedef QPtrListIterator<NFSEntry> EntryIterator; +typedef TQPtrList<NFSEntry> EntryList; +typedef TQPtrListIterator<NFSEntry> EntryIterator; class QTextStream; @@ -37,13 +37,13 @@ public: void addEntry(NFSEntry *); void removeEntry(NFSEntry *); bool hasEntry(NFSEntry *); - NFSEntry* getEntryByPath(const QString &); - bool removeEntryByPath(const QString &); + NFSEntry* getEntryByPath(const TQString &); + bool removeEntryByPath(const TQString &); EntryIterator getEntries(); bool save(); - bool saveTo(const QString& fileName); - void saveTo(QTextStream * stream); + bool saveTo(const TQString& fileName); + void saveTo(TQTextStream * stream); bool load(); bool restartNFSServer; |