summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:26:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:26:56 -0600
commitc1751ea5db2067176d258974c054e3af51ff48e5 (patch)
tree8d594be171d2b0bdc3aa4a983ee6edbec5721577 /style
parent8941737e58c127c54ac833eb12e6090cb0603a18 (diff)
downloadtde-style-lipstik-c1751ea5db2067176d258974c054e3af51ff48e5.tar.gz
tde-style-lipstik-c1751ea5db2067176d258974c054e3af51ff48e5.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'style')
-rw-r--r--style/config/lipstikconf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/config/lipstikconf.cpp b/style/config/lipstikconf.cpp
index 5e67d9f..5592590 100644
--- a/style/config/lipstikconf.cpp
+++ b/style/config/lipstikconf.cpp
@@ -49,7 +49,7 @@ extern "C"
{
TQWidget* allocate_kstyle_config(TQWidget* parent)
{
- KGlobal::locale()->insertCatalogue("kstyle_lipstik_config");
+ TDEGlobal::locale()->insertCatalogue("kstyle_lipstik_config");
return new LipstikStyleConfig(parent);
}
}
@@ -59,7 +59,7 @@ LipstikStyleConfig::LipstikStyleConfig(TQWidget* parent): TQWidget(parent)
TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0);
TQGridLayout* tabLayout = new TQGridLayout(this, 2, 1, 10);
- KGlobal::locale()->insertCatalogue("kstyle_lipstik_config");
+ TDEGlobal::locale()->insertCatalogue("kstyle_lipstik_config");
///Init tabs
TQTabWidget *tabWidget = new TQTabWidget(this);