summaryrefslogtreecommitdiffstats
path: root/kviewshell/kmultipageInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/kmultipageInterface.h')
-rw-r--r--kviewshell/kmultipageInterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kviewshell/kmultipageInterface.h b/kviewshell/kmultipageInterface.h
index 0ad6e914..4c498900 100644
--- a/kviewshell/kmultipageInterface.h
+++ b/kviewshell/kmultipageInterface.h
@@ -9,9 +9,9 @@ class kmultipageInterface : virtual public DCOPObject
K_DCOP
k_dcop:
- virtual ASYNC jumpToReference(const QString& reference) = 0;
- virtual QString name_of_current_file() = 0;
- virtual bool is_file_loaded(const QString& filename) = 0;
+ virtual ASYNC jumpToReference(const TQString& reference) = 0;
+ virtual TQString name_of_current_file() = 0;
+ virtual bool is_file_loaded(const TQString& filename) = 0;
};
#endif