summaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:41 -0600
commite3830e4c08b5b58945714e698d5745f15ed60189 (patch)
tree0fd616be7989804dca4201562652ea065bfab910 /src/screen.h
parentc38f8eb7efad25d59afa3d96fe2f59a2821a82ae (diff)
downloadkpowersave-e3830e4c08b5b58945714e698d5745f15ed60189.tar.gz
kpowersave-e3830e4c08b5b58945714e698d5745f15ed60189.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/screen.h b/src/screen.h
index 7dc58b5..6d7fe9b 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -66,16 +66,16 @@ private:
* commandos to the active KScreensaver.
*/
DCOPRef screen_save_dcop_ref;
- //! KProcess to start xlock to lock the screen
- KProcess *xlock;
- //! KProcess to start xscreensaver with lock command
- KProcess *xscreensaver_lock;
- //! KProcess to start xscreensaver with restart command
- KProcess *xscreensaver_reset;
- //! KProcess to start gnome-screen-saver with lock command
- KProcess *gnomescreensaver_lock;
- //! KProcess to check if gnome-screensaver is running
- KProcess *gnomeScreensaverCheck;
+ //! TDEProcess to start xlock to lock the screen
+ TDEProcess *xlock;
+ //! TDEProcess to start xscreensaver with lock command
+ TDEProcess *xscreensaver_lock;
+ //! TDEProcess to start xscreensaver with restart command
+ TDEProcess *xscreensaver_reset;
+ //! TDEProcess to start gnome-screen-saver with lock command
+ TDEProcess *gnomescreensaver_lock;
+ //! TDEProcess to check if gnome-screensaver is running
+ TDEProcess *gnomeScreensaverCheck;
//! contains information about Xscreensaver
/*!
@@ -120,9 +120,9 @@ private slots:
//! to ping and deactivate the Xscreensaver
void xscreensaver_ping();
//! to get the return value of gnomescreensaver-command
- void getGSExited(KProcess *);
+ void getGSExited(TDEProcess *);
- void cleanProcess(KProcess *);
+ void cleanProcess(TDEProcess *);
public slots: