summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrTextViewIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrTextViewIface.h')
-rw-r--r--kpresenter/KPrTextViewIface.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrTextViewIface.h b/kpresenter/KPrTextViewIface.h
index 827e3156..1ddee7b6 100644
--- a/kpresenter/KPrTextViewIface.h
+++ b/kpresenter/KPrTextViewIface.h
@@ -26,7 +26,7 @@
#include <KoTextViewIface.h>
class KPrTextView;
-class QString;
+class TQString;
class KPrTextViewIface : public KoTextViewIface
{
@@ -36,10 +36,10 @@ public:
k_dcop:
void insertVariable( int type, int subtype = 0 );
- void insertCustomVariable( const QString &name);
- void insertLink(const QString &_linkName, const QString & hrefName);
- void insertVariable( const QString & var);
- void insertNote(const QString &_note);
+ void insertCustomVariable( const TQString &name);
+ void insertLink(const TQString &_linkName, const TQString & hrefName);
+ void insertVariable( const TQString & var);
+ void insertNote(const TQString &_note);
void clearSelection();
void selectAll();