diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:53:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:53:11 -0600 |
commit | 81e4241ea827a7b8f4d9b070de7a924d72d3c196 (patch) | |
tree | a4a59064e2cfd1c2be1ee29f547b11eb8b1dc0ff /src/apt.cpp | |
parent | bd136c5965d9a716f7763e0a6894e82b94dbaee2 (diff) | |
download | tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.tar.gz tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.zip |
Rename a number of libraries and executables 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 529a702..f3799b4 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -21,11 +21,11 @@ #include <kapplication.h> #include <kinstance.h> #include <kglobal.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstandarddirs.h> #include <klocale.h> #include <kurl.h> -#include <kio/slavebase.h> +#include <tdeio/slavebase.h> #include <kmessagebox.h> #include <kdebug.h> @@ -226,7 +226,7 @@ AptProtocol::AptProtocol( const TQCString &pool_socket, const TQCString &app_soc { KStandardDirs* dirs = TDEGlobal::dirs(); - m_stylesheet = dirs->findResource( "data", "kio_apt/kio_apt.css" ); + m_stylesheet = dirs->findResource( "data", "kio_apt/tdeio_apt.css" ); m_logo = dirs->findResource( "data", "kio_apt/" + TDEGlobal::config() -> readEntryUntranslated("logo", "kdedeb_logo.png" ) ); |