summaryrefslogtreecommitdiffstats
path: root/src/kpowersave.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:45 -0600
commit8874c8d8f787c27407de71f05419febfd83a1024 (patch)
tree2265516f2fdc044a5565e83110a37677382bafa3 /src/kpowersave.h
parent384d177b84c97b0fa7d9577116b692252a270d4f (diff)
downloadtdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.tar.gz
tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kpowersave.h')
-rw-r--r--src/kpowersave.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kpowersave.h b/src/kpowersave.h
index eed1927..e3008b1 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;
@@ -330,7 +330,7 @@ private slots:
//! sets the CPU Freq policy via the TDE hardware library
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