summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasgroupview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxplasmacanvasgroupview.cpp')
-rw-r--r--src/kbfxplasmacanvasgroupview.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kbfxplasmacanvasgroupview.cpp b/src/kbfxplasmacanvasgroupview.cpp
index 04c7f8e..0f84605 100644
--- a/src/kbfxplasmacanvasgroupview.cpp
+++ b/src/kbfxplasmacanvasgroupview.cpp
@@ -27,7 +27,7 @@ KbfxPlasmaCanvasGroupView::KbfxPlasmaCanvasGroupView ()
m_count = 0;
m_height = 0;
m_width = 0;
- m_name = QString ( "Unkown" );
+ m_name = TQString ( "Unkown" );
m_fullExpand = false;
}
@@ -62,10 +62,10 @@ KbfxPlasmaCanvasGroupView::addGroup ( KbfxPlasmaCanvasGroup * gPtr )
// gPtr->show();
// qDebug("adding Groupy");
m_count++;
- connect ( gPtr, SIGNAL ( groupShade ( uint ) ), this,
- SLOT ( foldGroup ( uint ) ) );
- connect ( gPtr, SIGNAL ( groupUnShade ( uint ) ), this,
- SLOT ( unFoldGroup ( uint ) ) );
+ connect ( gPtr, TQT_SIGNAL ( groupShade ( uint ) ), this,
+ TQT_SLOT ( foldGroup ( uint ) ) );
+ connect ( gPtr, TQT_SIGNAL ( groupUnShade ( uint ) ), this,
+ TQT_SLOT ( unFoldGroup ( uint ) ) );
}
@@ -74,7 +74,7 @@ KbfxPlasmaCanvasGroupView::addGroup ( KbfxPlasmaCanvasGroup * gPtr )
}
KbfxPlasmaCanvasGroupView *
-KbfxPlasmaCanvasGroupView::contains ( KbfxPlasmaCanvasGroup * )
+KbfxPlasmaCanvasGroupView::tqcontains ( KbfxPlasmaCanvasGroup * )
{
//maybe I don't need this
return 0;
@@ -82,13 +82,13 @@ KbfxPlasmaCanvasGroupView::contains ( KbfxPlasmaCanvasGroup * )
}
void
-KbfxPlasmaCanvasGroupView::setName ( QString name )
+KbfxPlasmaCanvasGroupView::setName ( TQString name )
{
m_name = name;
//delete [] name;
}
-QString
+TQString
KbfxPlasmaCanvasGroupView::name()
{
return m_name;