Index: /applications/editors/josm/plugins/remotecontrol/build.xml
===================================================================
--- /applications/editors/josm/plugins/remotecontrol/build.xml	(revision 19297)
+++ /applications/editors/josm/plugins/remotecontrol/build.xml	(revision 19298)
@@ -28,6 +28,6 @@
 	
 	<!-- set before publising -->
-	<property name="commit.message" value="Fixed JOSM issue #3340" />		
-	<property name="plugin.main.version" value="2401" />
+	<property name="commit.message" value="Update to JOSM r2748" />		
+	<property name="plugin.main.version" value="2748" />
 	
     <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
Index: /applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java
===================================================================
--- /applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java	(revision 19297)
+++ /applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java	(revision 19298)
@@ -15,4 +15,5 @@
 import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
 import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
+import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
 import org.openstreetmap.josm.tools.GBC;
 
@@ -30,5 +31,5 @@
     private JCheckBox alwaysAskUserConfirm = new JCheckBox(tr("confirm all Remote Control actions manually"));
 
-    public void addGui(final PreferenceDialog gui)
+    public void addGui(final PreferenceTabbedPane gui)
     {
         String description = tr("A plugin that allows JOSM to be controlled from other applications.");
