summaryrefslogtreecommitdiffstats
path: root/src/k3bapplication.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:29 -0600
commit2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (patch)
tree36de2281c8b4cf238a5e27a76b5c6e07f40151ab /src/k3bapplication.cpp
parent2a3289ab87c52551fd2f5655492988ca02c17892 (diff)
downloadk3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.tar.gz
k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/k3bapplication.cpp')
-rw-r--r--src/k3bapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bapplication.cpp b/src/k3bapplication.cpp
index 1fa5d3f..ee1d36a 100644
--- a/src/k3bapplication.cpp
+++ b/src/k3bapplication.cpp
@@ -69,8 +69,8 @@ K3bApplication::K3bApplication()
m_needToInit(true)
{
// insert library i18n data
- KGlobal::locale()->insertCatalogue( "libk3bdevice" );
- KGlobal::locale()->insertCatalogue( "libk3b" );
+ TDEGlobal::locale()->insertCatalogue( "libk3bdevice" );
+ TDEGlobal::locale()->insertCatalogue( "libk3b" );
m_core = new Core( TQT_TQOBJECT(this) );