|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
class KAction;
|
|
|
|
|
class KActionCollection;
|
|
|
|
|
class KConfig;
|
|
|
|
|
class TDEConfig;
|
|
|
|
|
class KPopupMenu;
|
|
|
|
|
class KRadioAction;
|
|
|
|
|
class KSelectAction;
|
|
|
|
@ -235,7 +235,7 @@ protected:
|
|
|
|
|
/**
|
|
|
|
|
* Configuration and GUI elements.
|
|
|
|
|
*/
|
|
|
|
|
KConfig* config;
|
|
|
|
|
TDEConfig* config;
|
|
|
|
|
/**< The configuration for the underlying application. */
|
|
|
|
|
StatDock* dock[2];
|
|
|
|
|
/**< The two system tray windows maintained by this pop-up.
|
|
|
|
|