Lots of further modifications, once again, mostly clean-up. Most of this is prepping...
commit89ae91cf4bb8e63f57be87f7186e5524fce6d570
authorsreich <sreich@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Tue, 17 Mar 2009 02:21:27 +0000 (17 02:21 +0000)
committersreich <sreich@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Tue, 17 Mar 2009 02:21:27 +0000 (17 02:21 +0000)
tree573087d6e39edf718fe805088ad50d9cc3c73862
parent09f189c4db6ff873376d64c2b6418990173099a9
Lots of further modifications, once again, mostly clean-up. Most of this is prepping for my big change to this dialog, to add some shnaziness to the code, it was pretty messy, and should be considered necessary, we -want- to have clean/pretty code. I may still have more to go :P .

* Added QCheckBox in _p.h

* Removed the above's forward-declaration, since I need to access it directly in this header

* Removed #include <QCheckBox> in .cpp file, it's declared in private header now.

* Renamed -multiple- slots that used _k_ type of function names, to something more intelligible.

* There was a bool keepOpenChecked, this was worthless, it was _actually_ being set when the checkbox was triggered, and was used later on... but we had a pointer to the checkbox... we could have just asked it for ->isChecked();

* Also removed method keepOpen, which returned a bool value of that only.

All kinds of good cleanup changes that had to be done, and I wanted to split this from my other overhaul, since that could get big also...especially if someone wants to revert just one part of it, etc.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs@940261 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
kdeui/jobs/kwidgetjobtracker.cpp
kdeui/jobs/kwidgetjobtracker.h
kdeui/jobs/kwidgetjobtracker_p.h