summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprintpreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kprintpreview.h')
-rw-r--r--tdeprint/kprintpreview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kprintpreview.h b/tdeprint/kprintpreview.h
index 5fd581fe7..ae99fb405 100644
--- a/tdeprint/kprintpreview.h
+++ b/tdeprint/kprintpreview.h
@@ -47,7 +47,7 @@ private:
KPrintPreviewPrivate *d;
};
-class KPreviewProc : public KProcess
+class KPreviewProc : public TDEProcess
{
Q_OBJECT
public:
@@ -57,7 +57,7 @@ public:
bool startPreview();
protected slots:
- void slotProcessExited(KProcess*);
+ void slotProcessExited(TDEProcess*);
private:
bool m_bOk;
};