summaryrefslogtreecommitdiffstats
path: root/libkdegames/kcanvasrootpixmap.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
commit576eb4299a00bc053db35414406f46372a0f70f2 (patch)
tree4c030922d533821db464af566188e7d40cc8848c /libkdegames/kcanvasrootpixmap.h
parent0718336b6017d1a4fc1d626544180a5a2a29ddec (diff)
downloadtdegames-576eb4299a00bc053db35414406f46372a0f70f2.tar.gz
tdegames-576eb4299a00bc053db35414406f46372a0f70f2.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkdegames/kcanvasrootpixmap.h')
-rw-r--r--libkdegames/kcanvasrootpixmap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libkdegames/kcanvasrootpixmap.h b/libkdegames/kcanvasrootpixmap.h
index 3eedb7e1..2da77746 100644
--- a/libkdegames/kcanvasrootpixmap.h
+++ b/libkdegames/kcanvasrootpixmap.h
@@ -26,13 +26,13 @@
class QCanvasView;
/**
- * Implement KRootPixmap for a QCanvasView.
+ * Implement KRootPixmap for a TQCanvasView.
*
* The pixmap will be set as the background of the
- * QCanvas associated with the view :
+ * TQCanvas associated with the view :
* <ul>
* <li>for correct positioning of the background pixmap, the given
- * QCanvasView should be positioned at the origin of the canvas.</li>
+ * TQCanvasView should be positioned at the origin of the canvas.</li>
* <li>no other view of the same canvas should use KCanvasRootPixmap.</li>
* <li>other views of the canvas will have the same background pixmap.</li>
* </ul>
@@ -45,13 +45,13 @@ class KDE_EXPORT KCanvasRootPixmap : public KRootPixmap
/**
* Constructor.
*/
- KCanvasRootPixmap(QCanvasView *view, const char *name = 0);
+ KCanvasRootPixmap(TQCanvasView *view, const char *name = 0);
private slots:
- void backgroundUpdatedSlot(const QPixmap &);
+ void backgroundUpdatedSlot(const TQPixmap &);
private:
- QCanvasView *_view;
+ TQCanvasView *_view;
class KCanvasRootPixmapPrivate;
KCanvasRootPixmapPrivate *d;