diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:08:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:08:00 -0600 |
commit | 5963d453b0636dc174121b6e852c769a8193824d (patch) | |
tree | adf927cb05fe0e118a81f7db30cb7ac25fcbdf5f /src/apt.cpp | |
parent | 19e4c89d109f0baa82f6f37637939c8a85422e5e (diff) | |
download | tdeio-apt-5963d453b0636dc174121b6e852c769a8193824d.tar.gz tdeio-apt-5963d453b0636dc174121b6e852c769a8193824d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/apt.cpp')
-rw-r--r-- | src/apt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apt.cpp b/src/apt.cpp index 98b89f5..529a702 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -36,7 +36,7 @@ #include <config.h> -using namespace KIO; +using namespace TDEIO; /************************************************************************* * Common definitions of HTML fragments |