diff options
Diffstat (limited to 'part/dcopiface_part_ro.h')
-rw-r--r-- | part/dcopiface_part_ro.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/part/dcopiface_part_ro.h b/part/dcopiface_part_ro.h index 90f5982..0d73f1d 100644 --- a/part/dcopiface_part_ro.h +++ b/part/dcopiface_part_ro.h @@ -62,18 +62,18 @@ k_dcop: * @returns Error description or empty string if file succesfully saved. **/ - QString saveAsFile(const QString & path_to_file); + TQString saveAsFile(const TQString & path_to_file); /** Tries to change current node * @param pathToNode Path to new node * @returns Empty string if selection OK otherwise error description **/ - QString selectNode(const QString & pathToNode); + TQString selectNode(const TQString & pathToNode); /** Returns path to current node * @returns If error empty string **/ - QString currentNode() const; + TQString currentNode() const; }; @@ -107,7 +107,7 @@ k_dcop: * * @returns Error description or empty string if file succesfully loaded. **/ - QString openURL(const QString & szURL); + TQString openURL(const TQString & szURL); /** * Closes object behind interface. @@ -115,7 +115,7 @@ k_dcop: * * @returns Error description or empty string if program closed. **/ - QString close(); + TQString close(); }; |