summaryrefslogtreecommitdiff
path: root/QSDeliciousPrefPane.h
diff options
context:
space:
mode:
Diffstat (limited to 'QSDeliciousPrefPane.h')
-rw-r--r--QSDeliciousPrefPane.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/QSDeliciousPrefPane.h b/QSDeliciousPrefPane.h
new file mode 100644
index 0000000..494a9ff
--- /dev/null
+++ b/QSDeliciousPrefPane.h
@@ -0,0 +1,13 @@
+
+
+#import <Foundation/Foundation.h>
+#import <PreferencePanes/PreferencePanes.h>
+
+
+@interface QSDeliciousPrefPane : NSPreferencePane {
+ IBOutlet NSTextField *userField;
+ IBOutlet NSTextField *passField;
+}
+
+- (IBAction)savePassword:(id)sender;
+@end