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