From 043f0968a982bd7d2d288615530f8976aeb98002 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 01 Aug 2004 13:25:33 +0000 Subject: sync dialog moved --- (limited to 'korganizer/calendarview.cpp') diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index c75d10e..387b751 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -58,7 +58,7 @@ #include #include -#include "kosyncprefsdialog.h" +#include #include #include #include @@ -685,9 +685,9 @@ void CalendarView::createPrinter() void CalendarView::confSync() { - static KOSyncPrefsDialog* sp = 0; + static KSyncPrefsDialog* sp = 0; if ( ! sp ) { - sp = new KOSyncPrefsDialog( this, "syncprefs", true ); + sp = new KSyncPrefsDialog( this, "syncprefs", true ); } sp->setLocalMachineName ( KOPrefs::instance()->mLocalMachineName ); sp->usrReadConfig(); -- cgit v0.9.0.2