diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:17:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:17:37 -0600 |
commit | 6a31a3ef6fda4776cb50fc25898e6293cdcc57cf (patch) | |
tree | c83983099e5bab9cc618e701a9780bb2339dfc20 | |
parent | 2ac7162b0e44c9b9197f1152d0ac6bccf96e797b (diff) | |
download | tdeio-apt-6a31a3ef6fda4776cb50fc25898e6293cdcc57cf.tar.gz tdeio-apt-6a31a3ef6fda4776cb50fc25898e6293cdcc57cf.zip |
Rename KStandard for enhanced compatibility with KDE4
-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 6eac3f3..d3621c0 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -225,7 +225,7 @@ AptProtocol::AptProtocol( const TQCString &pool_socket, const TQCString &app_soc m_adept_batch(0), m_parser(0) { - KStandardDirs* dirs = TDEGlobal::dirs(); + TDEStandardDirs* dirs = TDEGlobal::dirs(); m_stylesheet = dirs->findResource( "data", "tdeio_apt/tdeio_apt.css" ); m_logo = dirs->findResource( "data", "tdeio_apt/" |