Index: /applications/editors/josm/plugins/czechaddress/build.xml
===================================================================
--- /applications/editors/josm/plugins/czechaddress/build.xml	(revision 19346)
+++ /applications/editors/josm/plugins/czechaddress/build.xml	(revision 19347)
@@ -52,5 +52,5 @@
             <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
             <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
-            <attribute name="Plugin-Mainversion" value="2620"/>
+            <attribute name="Plugin-Mainversion" value="2754"/>
             <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
         </manifest>
Index: /applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/Preferences.java
===================================================================
--- /applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/Preferences.java	(revision 19346)
+++ /applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/Preferences.java	(revision 19347)
@@ -3,7 +3,8 @@
 
 import javax.swing.JPanel;
+
 import org.openstreetmap.josm.Main;
-import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
 import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
+import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
 /**
  *
@@ -47,5 +48,5 @@
     public void reloadSettings() {
         buildingCheckBox.setSelected(addBuildingTag);
-                
+
         addNewTagCheckBox.setSelected(addNewTag);
         addNewTagKeyField.setText(addNewTagKey);
@@ -60,5 +61,4 @@
      * always regenerated by the Form Editor.
      */
-    @SuppressWarnings("unchecked")
     // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private void initComponents() {
@@ -173,5 +173,5 @@
     }//GEN-LAST:event_buildingCheckBoxActionPerformed
 
-    public void addGui(PreferenceDialog gui) {
+    public void addGui(PreferenceTabbedPane gui) {
         JPanel p = gui.createPreferenceTab("czech_flag",
                 "Nastavení CzechAddressPlugin",
