diff options
Diffstat (limited to 'korganizer/kotodoeditor.cpp')
-rw-r--r-- | korganizer/kotodoeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kotodoeditor.cpp b/korganizer/kotodoeditor.cpp index f996321ea..cbf15d28d 100644 --- a/korganizer/kotodoeditor.cpp +++ b/korganizer/kotodoeditor.cpp @@ -94,7 +94,7 @@ void KOTodoEditor::reload() void KOTodoEditor::setupGeneral() { - mGeneral = new KOEditorGeneralTodo(this); + mGeneral = new KOEditorGeneralTodo(TQT_TQOBJECT(this)); if (KOPrefs::instance()->mCompactDialogs) { TQFrame *topFrame = addPage(i18n("General")); |