8 files changed, 4 insertions, 8 deletions
diff --git a/noncore/applets/autorotateapplet/autorotateimpl.cpp b/noncore/applets/autorotateapplet/autorotateimpl.cpp index 1b15c6d..305ac50 100644 --- a/noncore/applets/autorotateapplet/autorotateimpl.cpp +++ b/noncore/applets/autorotateapplet/autorotateimpl.cpp | |||
@@ -4,5 +4,5 @@ | |||
4 | 4 | ||
5 | AutoRotateImpl::AutoRotateImpl() | 5 | AutoRotateImpl::AutoRotateImpl() |
6 | : autoRotate(0), ref(0) { | 6 | : autoRotate(0){ |
7 | qDebug ("here"); | 7 | qDebug ("here"); |
8 | } | 8 | } |
diff --git a/noncore/applets/autorotateapplet/autorotateimpl.h b/noncore/applets/autorotateapplet/autorotateimpl.h index 87b0731..fde23a9 100644 --- a/noncore/applets/autorotateapplet/autorotateimpl.h +++ b/noncore/applets/autorotateapplet/autorotateimpl.h | |||
@@ -16,4 +16,3 @@ public: | |||
16 | private: | 16 | private: |
17 | AutoRotate *autoRotate; | 17 | AutoRotate *autoRotate; |
18 | ulong ref; | ||
19 | }; | 18 | }; |
diff --git a/noncore/applets/memoryapplet/memoryappletimpl.cpp b/noncore/applets/memoryapplet/memoryappletimpl.cpp index a57f4a9..a117e7f 100644 --- a/noncore/applets/memoryapplet/memoryappletimpl.cpp +++ b/noncore/applets/memoryapplet/memoryappletimpl.cpp | |||
@@ -22,5 +22,5 @@ | |||
22 | 22 | ||
23 | MemoryAppletImpl::MemoryAppletImpl() | 23 | MemoryAppletImpl::MemoryAppletImpl() |
24 | : memory(0), ref(0) | 24 | : memory(0) |
25 | { | 25 | { |
26 | } | 26 | } |
diff --git a/noncore/applets/memoryapplet/memoryappletimpl.h b/noncore/applets/memoryapplet/memoryappletimpl.h index e0016e1..2db7dbe 100644 --- a/noncore/applets/memoryapplet/memoryappletimpl.h +++ b/noncore/applets/memoryapplet/memoryappletimpl.h | |||
@@ -39,5 +39,4 @@ public: | |||
39 | private: | 39 | private: |
40 | MemoryMeter *memory; | 40 | MemoryMeter *memory; |
41 | ulong ref; | ||
42 | }; | 41 | }; |
43 | 42 | ||
diff --git a/noncore/applets/notesapplet/notesappletimpl.cpp b/noncore/applets/notesapplet/notesappletimpl.cpp index 93de433..8a9da7f 100644 --- a/noncore/applets/notesapplet/notesappletimpl.cpp +++ b/noncore/applets/notesapplet/notesappletimpl.cpp | |||
@@ -15,5 +15,5 @@ | |||
15 | 15 | ||
16 | NotesAppletImpl::NotesAppletImpl() | 16 | NotesAppletImpl::NotesAppletImpl() |
17 | : notes(0), ref(0) { | 17 | : notes(0){ |
18 | } | 18 | } |
19 | 19 | ||
diff --git a/noncore/applets/notesapplet/notesappletimpl.h b/noncore/applets/notesapplet/notesappletimpl.h index add9865..a87118c 100644 --- a/noncore/applets/notesapplet/notesappletimpl.h +++ b/noncore/applets/notesapplet/notesappletimpl.h | |||
@@ -31,5 +31,4 @@ public: | |||
31 | private: | 31 | private: |
32 | NotesApplet *notes; | 32 | NotesApplet *notes; |
33 | ulong ref; | ||
34 | }; | 33 | }; |
35 | 34 | ||
diff --git a/noncore/applets/wirelessapplet/wirelessappletimpl.cpp b/noncore/applets/wirelessapplet/wirelessappletimpl.cpp index 8b7afcf..de70714 100644 --- a/noncore/applets/wirelessapplet/wirelessappletimpl.cpp +++ b/noncore/applets/wirelessapplet/wirelessappletimpl.cpp | |||
@@ -23,5 +23,5 @@ | |||
23 | 23 | ||
24 | WirelessAppletImpl::WirelessAppletImpl() | 24 | WirelessAppletImpl::WirelessAppletImpl() |
25 | : wireless(0), ref(0) | 25 | : wireless(0) |
26 | { | 26 | { |
27 | } | 27 | } |
diff --git a/noncore/applets/wirelessapplet/wirelessappletimpl.h b/noncore/applets/wirelessapplet/wirelessappletimpl.h index 7008d51..1bf4507 100644 --- a/noncore/applets/wirelessapplet/wirelessappletimpl.h +++ b/noncore/applets/wirelessapplet/wirelessappletimpl.h | |||
@@ -39,5 +39,4 @@ public: | |||
39 | private: | 39 | private: |
40 | WirelessApplet *wireless; | 40 | WirelessApplet *wireless; |
41 | ulong ref; | ||
42 | }; | 41 | }; |
43 | 42 | ||