From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdgantt/KDGanttSizingControl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdgantt/KDGanttSizingControl.cpp') diff --git a/kdgantt/KDGanttSizingControl.cpp b/kdgantt/KDGanttSizingControl.cpp index 5f4c004ac..a650a6e4a 100644 --- a/kdgantt/KDGanttSizingControl.cpp +++ b/kdgantt/KDGanttSizingControl.cpp @@ -56,8 +56,8 @@ */ -KDGanttSizingControl::KDGanttSizingControl( QWidget* parent, const char* name, WFlags f ) - :QWidget( parent, name, f ), _isMinimized( false ) +KDGanttSizingControl::KDGanttSizingControl( TQWidget* parent, const char* name, WFlags f ) + :TQWidget( parent, name, f ), _isMinimized( false ) { } -- cgit v1.2.1