diff options
Diffstat (limited to 'src/kbfxplasmacanvasgroupview.h')
-rw-r--r-- | src/kbfxplasmacanvasgroupview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasgroupview.h b/src/kbfxplasmacanvasgroupview.h index 779d813..f373887 100644 --- a/src/kbfxplasmacanvasgroupview.h +++ b/src/kbfxplasmacanvasgroupview.h @@ -45,7 +45,7 @@ class KbfxPlasmaCanvasGroupView:public TQObject void addGroup ( KbfxPlasmaCanvasGroup* ); void deleteGroup ( KbfxPlasmaCanvasGroup* ); - KbfxPlasmaCanvasGroupView* tqcontains ( KbfxPlasmaCanvasGroup* ); + KbfxPlasmaCanvasGroupView* contains ( KbfxPlasmaCanvasGroup* ); virtual int rtti() {return 1006;} void predend ( KbfxPlasmaCanvasGroup* ); void append ( KbfxPlasmaCanvasGroup * ); |