started to fill in the application item
[simple-launcher] / settings-dialog.h
index 42bda9c..9117820 100644 (file)
@@ -23,7 +23,6 @@
 #include <gtk/gtkdialog.h>
 
 #include "gconf-wrapper.h"
-#include "sla-list.h"
 #include "launcher-item.h"
 #include "dialog-entry.h"
 #include "settings-page.h"
@@ -46,7 +45,7 @@ private:
   GtkNotebook *myNotebook;
 
   SettingsDialogBooleanEntry myTransparent;
-  SettingsDialogIntegerEntry myIconSize;
+  SettingsDialogIconSizeEntry myIconSize;
 };
 
 #endif