summaryrefslogtreecommitdiffstats
path: root/tdefx/kpixmapsplitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefx/kpixmapsplitter.h')
-rw-r--r--tdefx/kpixmapsplitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefx/kpixmapsplitter.h b/tdefx/kpixmapsplitter.h
index 3e7a6dfa1..cf96515ce 100644
--- a/tdefx/kpixmapsplitter.h
+++ b/tdefx/kpixmapsplitter.h
@@ -42,7 +42,7 @@ class KPixmapSplitterPrivate;
* splitter.setItemSize( TQSize( 20, 10 ));
*
* TQPixmap item( 20, 10 );
- * item.fill( Qt::white );
+ * item.fill( TQt::white );
* TQRect rect = splitter.coordinates( 4 );
* if ( !rect.isEmpty() )
* bitBlt( &item, TQPoint(0,0), &somePixmap, rect, CopyROP );