summaryrefslogtreecommitdiffstats
path: root/tdesudo/tdesudo.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:01 -0600
commite8181caef11d8a8607af5dd3d59dd9641bfe87e9 (patch)
tree936a2ed7fefd512c7463e547397f24285dc2a6e8 /tdesudo/tdesudo.h
parenta3486ce556ce82d6b126b8b993bbb8a129033c37 (diff)
downloadtdesudo-e8181caef11d8a8607af5dd3d59dd9641bfe87e9.tar.gz
tdesudo-e8181caef11d8a8607af5dd3d59dd9641bfe87e9.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdesudo/tdesudo.h')
-rw-r--r--tdesudo/tdesudo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdesudo/tdesudo.h b/tdesudo/tdesudo.h
index 18e58e3..8545ddf 100644
--- a/tdesudo/tdesudo.h
+++ b/tdesudo/tdesudo.h
@@ -64,11 +64,11 @@ public slots: // Public slots
/*
* This slot gets exectuted if sudo creates some output
*/
- void receivedOut(KProcess*proc, char*buffer, int buflen);
+ void receivedOut(TDEProcess*proc, char*buffer, int buflen);
/*
* This slot gets exectuted when sudo exits
*/
- void procExited(KProcess *proc);
+ void procExited(TDEProcess *proc);
/*
* This slot overrides the slot from KPasswordDialog
* @see KPasswordDialog
@@ -78,7 +78,7 @@ public slots: // Public slots
TQString validArg(TQString arg);
private: // Private attributes
- KProcess * p;
+ TDEProcess * p;
bool bError;
bool newDcop;
bool keepPwd;