diff options
Diffstat (limited to 'kontact/plugins/korganizer/todoplugin.cpp')
-rw-r--r-- | kontact/plugins/korganizer/todoplugin.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kontact/plugins/korganizer/todoplugin.cpp b/kontact/plugins/korganizer/todoplugin.cpp index 3b553ee0f..cefd8bbe7 100644 --- a/kontact/plugins/korganizer/todoplugin.cpp +++ b/kontact/plugins/korganizer/todoplugin.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <tqwidget.h> @@ -77,9 +77,9 @@ TodoPlugin::~TodoPlugin() { } -Kontact::Summary *TodoPlugin::createSummaryWidget( TQWidget *parent ) +Kontact::Summary *TodoPlugin::createSummaryWidget( TQWidget *tqparent ) { - return new TodoSummaryWidget( this, parent ); + return new TodoSummaryWidget( this, tqparent ); } KParts::ReadOnlyPart *TodoPlugin::createPart() @@ -173,7 +173,7 @@ void TodoPlugin::processDropEvent( TQDropEvent *event ) attendees.append( email ); } } - interface()->openTodoEditor( i18n( "Meeting" ), TQString::null, TQString::null, + interface()->openTodoEditor( i18n( "Meeting" ), TQString(), TQString(), attendees ); return; } |