diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:45:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:45:52 -0600 |
commit | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch) | |
tree | 44659d1cc0c37eb995e572bc1b979e75a74210fb /kpovmodeler/pmpovrayrenderwidget.h | |
parent | e2385b701b464dc2259fcd5f3819c98f2c8c4438 (diff) | |
download | tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.tar.gz tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kpovmodeler/pmpovrayrenderwidget.h')
-rw-r--r-- | kpovmodeler/pmpovrayrenderwidget.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kpovmodeler/pmpovrayrenderwidget.h b/kpovmodeler/pmpovrayrenderwidget.h index 48dc7d35..0f2900f9 100644 --- a/kpovmodeler/pmpovrayrenderwidget.h +++ b/kpovmodeler/pmpovrayrenderwidget.h @@ -31,7 +31,7 @@ #include "pmrendermode.h" #include "pmdragwidget.h" -class KProcess; +class TDEProcess; class KConfig; class KURL; class KTempFile; @@ -130,19 +130,19 @@ protected slots: /** * Receive povray messages */ - void slotPovrayMessage( KProcess* proc, char* buffer, int buflen ); + void slotPovrayMessage( TDEProcess* proc, char* buffer, int buflen ); /** * Receive rendered image */ - void slotPovrayImage( KProcess* proc, char* buffer, int buflen ); + void slotPovrayImage( TDEProcess* proc, char* buffer, int buflen ); /** * Called when output has been written to the povray process */ - //void slotWroteStdin( KProcess* proc ); + //void slotWroteStdin( TDEProcess* proc ); /** * Called when the process has finished */ - void slotRenderingFinished( KProcess* proc ); + void slotRenderingFinished( TDEProcess* proc ); protected: virtual void paintEvent( TQPaintEvent* ); @@ -151,7 +151,7 @@ private: void setPixel( int x, int y, uint c ); void cleanup( ); - KProcess* m_pProcess; + TDEProcess* m_pProcess; bool m_bSuspended; PMRenderMode m_renderMode; TQImage m_image; |