summaryrefslogtreecommitdiffstats
path: root/kgamma
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
commit6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch)
tree44659d1cc0c37eb995e572bc1b979e75a74210fb /kgamma
parente2385b701b464dc2259fcd5f3819c98f2c8c4438 (diff)
downloadtdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.tar.gz
tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kgamma')
-rw-r--r--kgamma/kcmkgamma/kgamma.cpp2
-rw-r--r--kgamma/kcmkgamma/kgamma.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kgamma/kcmkgamma/kgamma.cpp b/kgamma/kcmkgamma/kgamma.cpp
index 412accb7..2a129daf 100644
--- a/kgamma/kcmkgamma/kgamma.cpp
+++ b/kgamma/kcmkgamma/kgamma.cpp
@@ -82,7 +82,7 @@ KGamma::KGamma(TQWidget *parent, const char *name, const TQStringList&)
}
xv->setScreen(currentScreen);
- rootProcess = new KProcess;
+ rootProcess = new TDEProcess;
setupUI();
saved = false;
diff --git a/kgamma/kcmkgamma/kgamma.h b/kgamma/kcmkgamma/kgamma.h
index e7b5810b..132c349b 100644
--- a/kgamma/kcmkgamma/kgamma.h
+++ b/kgamma/kcmkgamma/kgamma.h
@@ -23,7 +23,7 @@ class GammaCtrl;
class TQCheckBox;
class TQComboBox;
class XVidExtWrap;
-class KProcess;
+class TDEProcess;
class KGamma: public KCModule
{
@@ -71,7 +71,7 @@ class KGamma: public KCModule
GammaCtrl *gctrl, *rgctrl, *ggctrl, *bgctrl;
TQCheckBox *xf86cfgbox, *syncbox;
TQComboBox *screenselect;
- KProcess *rootProcess;
+ TDEProcess *rootProcess;
XVidExtWrap *xv;
};