diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:27:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:27:08 -0600 |
commit | 773793eead2fea173ec9202ee938020592e86a02 (patch) | |
tree | 2df8f77f488c1e7de1c16eb6d50d33337bc6bea5 /src/svnfrontend/fronthelpers | |
parent | f4899658cbe0d29487071c8340b66c80cc2a3010 (diff) | |
download | tdesvn-773793eead2fea173ec9202ee938020592e86a02.tar.gz tdesvn-773793eead2fea173ec9202ee938020592e86a02.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/svnfrontend/fronthelpers')
-rw-r--r-- | src/svnfrontend/fronthelpers/propertyitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/fronthelpers/propertyitem.cpp b/src/svnfrontend/fronthelpers/propertyitem.cpp index 3539fd7..adf16d0 100644 --- a/src/svnfrontend/fronthelpers/propertyitem.cpp +++ b/src/svnfrontend/fronthelpers/propertyitem.cpp @@ -40,7 +40,7 @@ bool PropertyListViewItem::different()const void PropertyListViewItem::deleteIt() { m_deleted = true; - setPixmap(0,KGlobal::iconLoader()->loadIcon("cancel",KIcon::Desktop,16)); + setPixmap(0,TDEGlobal::iconLoader()->loadIcon("cancel",KIcon::Desktop,16)); } void PropertyListViewItem::unDeleteIt() |