* added myIconSize variable for SimpleLauncherApplet (will be configurable in future)
[simple-launcher] / settings-dialog.h
index 7a0333a..268c1f0 100644 (file)
 
 class SettingsDialog {
 public:
-       SettingsDialog(GtkWindow *, int, LauncherItems&);
+  SettingsDialog(GtkWindow *parent, LauncherItems& items);
  ~SettingsDialog();
 
-       gint run();
+  gint run();
 
 private:
   SLAList myList;
 
-       GtkDialog *myDialog;
+  GtkDialog *myDialog;
 };
 
 #endif
+
+// vim:ts=2:sw=2:et