diff options
Diffstat (limited to 'src/kpowersave.h')
-rw-r--r-- | src/kpowersave.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kpowersave.h b/src/kpowersave.h index 7715392..4ff6a3d 100644 --- a/src/kpowersave.h +++ b/src/kpowersave.h @@ -88,8 +88,8 @@ private: autodimm * autoDimm; // temporary pointer, use them if needed - //! KProcess to start YaST-module for configuration - KProcess *yast2; + //! TDEProcess to start YaST-module for configuration + TDEProcess *yast2; //! instance of \ref ConfigureDialog /*! the implemtation and all related functions for the configure dialog*/ ConfigureDialog *configDlg; @@ -351,7 +351,7 @@ private slots: //! sets the CPU Freq policy via the HAL daemon void do_setSpeedPolicy( int ); //! called if there are problems with starting yast module - void slotConfigProcessExited( KProcess * ); + void slotConfigProcessExited( TDEProcess * ); //! called to open the kpowersave help void slotHelp(); //! called to open the kpowersave About dialog |