summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPixmapObjectIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPixmapObjectIface.h')
-rw-r--r--kpresenter/KPrPixmapObjectIface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrPixmapObjectIface.h b/kpresenter/KPrPixmapObjectIface.h
index 6a9cb388..d2d143a4 100644
--- a/kpresenter/KPrPixmapObjectIface.h
+++ b/kpresenter/KPrPixmapObjectIface.h
@@ -24,7 +24,7 @@
#include <dcopobject.h>
#include <dcopref.h>
#include "KPrObject2DIface.h"
-#include <qstring.h>
+#include <tqstring.h>
class KPrPixmapObject;
@@ -35,7 +35,7 @@ public:
KPrPixmapObjectIface( KPrPixmapObject *obj_ );
k_dcop:
- QString fileName() const;
+ TQString fileName() const;
int depth() const;
bool swapRGB() const;
bool grayscale() const;
@@ -46,8 +46,8 @@ k_dcop:
void setBrightness(int bright );
void setSwapRGB(bool swapRGB );
void setGrayscale( bool grayscal );
- void loadImage( const QString & fileName );
- void setPictureMirrorType(const QString & _mirror);
+ void loadImage( const TQString & fileName );
+ void setPictureMirrorType(const TQString & _mirror);
private:
KPrPixmapObject *obj;