Skip to content

Commit

Permalink
Fixed usage of renamed NXAppKit classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
trunkmaster committed May 24, 2019
1 parent fe88ba0 commit 9e0b84b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
);
Super = NSObject;
};
NXProgressBar = {
NXTProgressBar = {
Actions = (
);
Outlets = (
);
Super = NXProgressView;
Super = NXTProgressView;
};
NXProgressPie = {
NXTProgressPie = {
Actions = (
);
Outlets = (
);
Super = NXProgressView;
Super = NXTProgressView;
};
NXProgressView = {
NXTProgressView = {
Actions = (
"takeIntValueFrom:",
"increment:",
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
);
Super = NSObject;
};
NXProgressBar = {
NXTProgressBar = {
Actions = (
);
Outlets = (
);
Super = NXProgressView;
Super = NXTProgressView;
};
NXProgressPie = {
NXTProgressPie = {
Actions = (
);
Outlets = (
);
Super = NXProgressView;
Super = NXTProgressView;
};
NXProgressView = {
NXTProgressView = {
Actions = (
"takeIntValueFrom:",
"increment:",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9e0b84b

Please sign in to comment.