diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:26 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:26 -0600 |
| commit | 8d8f89a9239b1386f3e5f5c057dffc9c6464c055 (patch) | |
| tree | f1da90238c79241e3d22f79a25839eee37ac1dc0 /src/apt.cpp | |
| parent | 8e887879589b340e5f530255d44632f7705089f3 (diff) | |
| download | tdeio-apt-8d8f89a9239b1386f3e5f5c057dffc9c6464c055.tar.gz tdeio-apt-8d8f89a9239b1386f3e5f5c057dffc9c6464c055.zip | |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/apt.cpp')
| -rw-r--r-- | src/apt.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apt.cpp b/src/apt.cpp index c329835..b5adb26 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -20,13 +20,13 @@ #include <tdeapplication.h> #include <kinstance.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> #include <kstandarddirs.h> -#include <klocale.h> +#include <tdelocale.h> #include <kurl.h> #include <tdeio/slavebase.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> |
