diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:45:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:45:52 -0600 |
commit | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch) | |
tree | 44659d1cc0c37eb995e572bc1b979e75a74210fb /kpovmodeler/pmpart.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/pmpart.h')
-rw-r--r-- | kpovmodeler/pmpart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpart.h b/kpovmodeler/pmpart.h index b276aaa5..ee2b071d 100644 --- a/kpovmodeler/pmpart.h +++ b/kpovmodeler/pmpart.h @@ -62,7 +62,7 @@ class KSelectAction; class PMComboAction; class PMSpinBoxAction; class PMLabelAction; -class KProcess; +class TDEProcess; /** * The part for kpovmodeler (povray document) @@ -1032,7 +1032,7 @@ public: PMBrowserExtension( PMPart* parent ) : KParts::BrowserExtension( parent, "PMBrowserExtension" ) { - KGlobal::locale()->insertCatalogue("kpovmodeler"); + TDEGlobal::locale()->insertCatalogue("kpovmodeler"); } virtual ~PMBrowserExtension( ) |