summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem/filesystemwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
commitaef5eada7f51ee48f3d21448db290bd8f06953a8 (patch)
tree9d6e7572ebcc27e402501d6966f9b46361a1702c /ksim/monitors/filesystem/filesystemwidget.h
parent95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff)
downloadtdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz
tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ksim/monitors/filesystem/filesystemwidget.h')
-rw-r--r--ksim/monitors/filesystem/filesystemwidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksim/monitors/filesystem/filesystemwidget.h b/ksim/monitors/filesystem/filesystemwidget.h
index 9cd3f61..2a8f116 100644
--- a/ksim/monitors/filesystem/filesystemwidget.h
+++ b/ksim/monitors/filesystem/filesystemwidget.h
@@ -24,7 +24,7 @@
#include <tqptrlist.h>
-class KProcess;
+class TDEProcess;
class TQVBoxLayout;
class FilesystemWidget : public TQWidget
@@ -44,8 +44,8 @@ class FilesystemWidget : public TQWidget
bool eventFilter(TQObject *, TQEvent *);
private slots:
- void receivedStderr(KProcess *, char *, int);
- void processExited(KProcess *);
+ void receivedStderr(TDEProcess *, char *, int);
+ void processExited(TDEProcess *);
private:
class Filesystem
@@ -73,7 +73,7 @@ class FilesystemWidget : public TQWidget
typedef TQPtrList<Filesystem> ProgressList;
ProgressList m_list;
TQVBoxLayout *m_layout;
- KProcess *m_process;
+ TDEProcess *m_process;
TQString m_stderrString;
};
#endif