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.h | |
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.h')
-rw-r--r-- | src/apt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ namespace Parsers class Parser; } -class AptProtocol : public TQObject, public KIO::SlaveBase { +class AptProtocol : public TQObject, public TDEIO::SlaveBase { Q_OBJECT |