Adjust imports for new location of remote control classes

This commit is contained in:
Daniel Applebaum 2010-01-15 05:05:41 +00:00
parent d245e81679
commit f3e06b4ef5
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ import android.util.Log;
import com.fsck.k9.Account;
import com.fsck.k9.K9;
import com.fsck.k9.K9RemoteControl;
import com.fsck.k9.remotecontrol.K9RemoteControl;
import com.fsck.k9.Preferences;
import static com.fsck.k9.K9RemoteControl.*;
import static com.fsck.k9.remotecontrol.K9RemoteControl.*;
public class RemoteControlReceiver extends CoreReceiver
{

View File

@ -2,12 +2,12 @@ package com.fsck.k9.service;
import com.fsck.k9.Account;
import com.fsck.k9.K9;
import com.fsck.k9.K9RemoteControl;
import com.fsck.k9.remotecontrol.K9RemoteControl;
import com.fsck.k9.Preferences;
import com.fsck.k9.R;
import com.fsck.k9.Account.FolderMode;
import static com.fsck.k9.K9RemoteControl.*;
import static com.fsck.k9.remotecontrol.K9RemoteControl.*;
import android.content.Context;
import android.content.Intent;