summaryrefslogtreecommitdiffstats
path: root/styles/phase/config/phasestyleconfig.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:17:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:17:17 -0500
commit8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6 (patch)
treea35a2acf51a7895c7a221f9c8161407db26b89d5 /styles/phase/config/phasestyleconfig.cpp
parent92b8071dc368d0b6897d68c46336b76d52e4c312 (diff)
downloadtdeartwork-8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6.tar.gz
tdeartwork-8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6.zip
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r--styles/phase/config/phasestyleconfig.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp
index 990b98e3..d3695b83 100644
--- a/styles/phase/config/phasestyleconfig.cpp
+++ b/styles/phase/config/phasestyleconfig.cpp
@@ -28,7 +28,7 @@
PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent)
{
- TDEGlobal::locale()->insertCatalogue("kstyle_phase_config");
+ TDEGlobal::locale()->insertCatalogue("tdestyle_phase_config");
TQSettings settings;
oldgradients =
@@ -52,7 +52,7 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent)
PhaseStyleConfig::~PhaseStyleConfig()
{
- TDEGlobal::locale()->removeCatalogue("kstyle_phase_config");
+ TDEGlobal::locale()->removeCatalogue("tdestyle_phase_config");
}
//////////////////////////////////////////////////////////////////////////////
@@ -103,7 +103,7 @@ void PhaseStyleConfig::defaults()
extern "C"
{
- KDE_EXPORT TQObject* allocate_kstyle_config(TQWidget* parent) {
+ KDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) {
return(TQT_TQOBJECT(new PhaseStyleConfig(parent)));
}
}