summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:08 -0600
commit0586baf9aeaeaf767711de960b0e020696a3c126 (patch)
treeb5e016c2c1b9608fa4f07964b11c27e0aab28aa1
parent3c0a07f3b20b8bd5fe20b535b25f21cbd194f500 (diff)
downloadkstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.tar.gz
kstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.zip
Rename additional header files to avoid conflicts with KDE4
-rw-r--r--admin/kde.py2
-rw-r--r--kde.py2
-rw-r--r--src/addnewstreamimpl.cpp2
-rw-r--r--src/kstreamripper.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 646bed9..8547edf 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -382,7 +382,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
act=[]
act.append('$QT_UIC $QT_UIC_HFLAGS -o '+target[0].path+' '+source[0].path)
act.append('rm -f ' +target[1].path)
- act.append('echo \'#include <klocale.h>\' >> '+target[1].path)
+ act.append('echo \'#include <tdelocale.h>\' >> '+target[1].path)
act.append('echo \'#include <kdialog.h>\' >> '+target[1].path)
act.append('$QT_UIC $QT_UIC_CFLAGS -impl '+target[0].path+' -o '+target[1].path+'.tmp '+source[0].path)
act.append('cat '+target[1].path+'.tmp >> '+target[1].path)
diff --git a/kde.py b/kde.py
index cc963ba..589cffa 100644
--- a/kde.py
+++ b/kde.py
@@ -483,7 +483,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
act=[]
act.append('$QT_UIC $QT_UIC_HFLAGS -o '+target[0].path+' '+source[0].path)
act.append('rm -f ' +target[1].path)
- act.append('echo \'#include <klocale.h>\' >> '+target[1].path)
+ act.append('echo \'#include <tdelocale.h>\' >> '+target[1].path)
act.append('echo \'#include <kdialog.h>\' >> '+target[1].path)
act.append('$QT_UIC $QT_UIC_CFLAGS -impl '+target[0].path+' -o '+target[1].path+'.tmp '+source[0].path)
act.append('cat '+target[1].path+'.tmp >> '+target[1].path)
diff --git a/src/addnewstreamimpl.cpp b/src/addnewstreamimpl.cpp
index 5c0fc69..1fbbb1c 100644
--- a/src/addnewstreamimpl.cpp
+++ b/src/addnewstreamimpl.cpp
@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tqpushbutton.h>
#include <tqlineedit.h>
diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp
index 9e3e1d4..74842b1 100644
--- a/src/kstreamripper.cpp
+++ b/src/kstreamripper.cpp
@@ -20,7 +20,7 @@
#include <tdeconfig.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kled.h>
#include <tdefiledialog.h>
#include <tdeaboutapplication.h>
@@ -37,7 +37,7 @@
#include <tqtextedit.h>
#include <tqframe.h>
#include <tqtimer.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdeversion.h>