From 2c4a290ae270924340991931a9e0ca793f8e9443 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:00:43 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kpackage/CHANGES | 2 +- kpackage/kio.h | 2 +- kpackage/kpackage.cpp | 2 +- kpackage/kpackage.h | 2 +- kpackage/options.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kpackage') diff --git a/kpackage/CHANGES b/kpackage/CHANGES index e9a8fb2..6385956 100644 --- a/kpackage/CHANGES +++ b/kpackage/CHANGES @@ -216,7 +216,7 @@ Fix compiling without RPM kpackage-0.9 ------------ Add searching for package that includes a file (dialog with DND) -Use kfile file selector +Use tdefile file selector Only create file list when accessed Don't reload package tree after add or delete Add toolbar (prevent toolbar envy) diff --git a/kpackage/kio.h b/kpackage/kio.h index 6698d67..83e9794 100644 --- a/kpackage/kio.h +++ b/kpackage/kio.h @@ -35,7 +35,7 @@ #include #include #include "../config.h" -#include +#include class Kio: public TQObject { diff --git a/kpackage/kpackage.cpp b/kpackage/kpackage.cpp index add161e..7c24e17 100644 --- a/kpackage/kpackage.cpp +++ b/kpackage/kpackage.cpp @@ -37,7 +37,7 @@ #include #include -#include +#include #include #include #include diff --git a/kpackage/kpackage.h b/kpackage/kpackage.h index 18e6e85..c552b81 100644 --- a/kpackage/kpackage.h +++ b/kpackage/kpackage.h @@ -183,7 +183,7 @@ public: // Widget modes TDEConfig *config; - // pointer to kconfig object + // pointer to tdeconfig object managementWidget *management; // management widget diff --git a/kpackage/options.h b/kpackage/options.h index 433a08c..5eb5d46 100644 --- a/kpackage/options.h +++ b/kpackage/options.h @@ -42,7 +42,7 @@ // KDE headers #include -#include +#include #include -- cgit v1.2.1