summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_controlframe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_controlframe.cc')
-rw-r--r--chalk/ui/kis_controlframe.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/ui/kis_controlframe.cc b/chalk/ui/kis_controlframe.cc
index b75de805..2d0dd856 100644
--- a/chalk/ui/kis_controlframe.cc
+++ b/chalk/ui/kis_controlframe.cc
@@ -79,9 +79,9 @@ void KisPopupFrame::keyPressEvent(TQKeyEvent * e)
}
-KisControlFrame::KisControlFrame( KMainWindow * /*window*/, KisView * view, const char* name )
+KisControlFrame::KisControlFrame( TDEMainWindow * /*window*/, KisView * view, const char* name )
: TQObject(view, name)
- //: KToolBar ( window, TQt::DockTop, false, name, true, true )
+ //: TDEToolBar ( window, TQt::DockTop, false, name, true, true )
, m_view(view)
, m_brushWidget(0)
, m_patternWidget(0)
@@ -102,7 +102,7 @@ KisControlFrame::KisControlFrame( KMainWindow * /*window*/, KisView * view, cons
m_brushWidget = new KisIconWidget(view, "brushes");
m_brushWidget->setTextLabel( i18n("Brush Shapes") );
// XXX: An action without a slot -- that's silly, what kind of action could we use here?
- KAction * action = new KWidgetAction(m_brushWidget,
+ TDEAction * action = new KWidgetAction(m_brushWidget,
i18n("&Brush"),
0,
TQT_TQOBJECT(view),