diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:26:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:26:56 -0600 |
commit | c1751ea5db2067176d258974c054e3af51ff48e5 (patch) | |
tree | 8d594be171d2b0bdc3aa4a983ee6edbec5721577 /style/config/lipstikconf.cpp | |
parent | 8941737e58c127c54ac833eb12e6090cb0603a18 (diff) | |
download | tde-style-lipstik-c1751ea5db2067176d258974c054e3af51ff48e5.tar.gz tde-style-lipstik-c1751ea5db2067176d258974c054e3af51ff48e5.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'style/config/lipstikconf.cpp')
-rw-r--r-- | style/config/lipstikconf.cpp | 4 |
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); |