summaryrefslogtreecommitdiffstats
path: root/src/magiclabel.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:25:05 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:25:05 -0600
commit7dbaf66b3a0daef4d15c891735fff4b51a17e3bf (patch)
tree562988ad9e106615d6f1c9ffaca392b346e7bafa /src/magiclabel.h
parentca3febacac9d87eaefd47af33a0250d0a249e056 (diff)
downloadksplash-engine-moodin-7dbaf66b3a0daef4d15c891735fff4b51a17e3bf.tar.gz
ksplash-engine-moodin-7dbaf66b3a0daef4d15c891735fff4b51a17e3bf.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/magiclabel.h')
-rw-r--r--src/magiclabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/magiclabel.h b/src/magiclabel.h
index 5ce87a1..8f26d42 100644
--- a/src/magiclabel.h
+++ b/src/magiclabel.h
@@ -33,8 +33,8 @@ class MagicLabel : TQObject
void getCommandOutput();
private slots:
- void processExited(KProcess* proc);
- void receivedStdout(KProcess *proc, char *buffer, int buflen);
+ void processExited(TDEProcess* proc);
+ void receivedStdout(TDEProcess *proc, char *buffer, int buflen);
public:
MagicLabel(TQString s, bool translate);