summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrViewIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrViewIface.h')
-rw-r--r--kpresenter/KPrViewIface.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kpresenter/KPrViewIface.h b/kpresenter/KPrViewIface.h
index b9561023..67ce19ec 100644
--- a/kpresenter/KPrViewIface.h
+++ b/kpresenter/KPrViewIface.h
@@ -23,8 +23,8 @@
#include <KoViewIface.h>
-#include <qstring.h>
-#include <qstringlist.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
class KPrView;
@@ -131,7 +131,7 @@ k_dcop:
// text toolbar
virtual void sizeSelected( int size );
- virtual void fontSelected( const QString &fontFamily );
+ virtual void fontSelected( const TQString &fontFamily );
virtual void textBold();
virtual void textItalic();
virtual void textUnderline();
@@ -187,14 +187,14 @@ k_dcop:
Export a page of the currently open presentation to disk
using a bitmap format like e.g. PNG.
- This method uses a QPixmap::save() call.
+ This method uses a TQPixmap::save() call.
\param _nPage the user visible <b>1-based</b> page number
\param _nWidth the desired image width in px
\param _nHeight the desired image height in px
- \param _fileName the name of the image file to be created (see QPixmap::save())
- \param _format the format of the image file (see QPixmap::save())
- \param _quality the quality of the image (see QPixmap::save())
+ \param _fileName the name of the image file to be created (see TQPixmap::save())
+ \param _format the format of the image file (see TQPixmap::save())
+ \param _quality the quality of the image (see TQPixmap::save())
\param _verbose the verbosity of the method's return value:
if 0 < _verbose exportPage() returns the title and the notes of the page
if not _verbose it returns an empty string
@@ -203,17 +203,17 @@ k_dcop:
\sa KPrCanvas::exportPage
*/
- QStringList exportPage( int _nPage,
+ TQStringList exportPage( int _nPage,
int _nWidth,
int _nHeight,
- const QString & _fileName,
- const QString & _format,
+ const TQString & _fileName,
+ const TQString & _format,
int _quality,
int _verbose )const;
void insertFile();
void importStyle();
void backgroundPicture();
- void insertFile( const QString & file );
+ void insertFile( const TQString & file );
void addWordToDictionary();
void customSlideShow();