diff options
author | gregory guy <[email protected]> | 2019-01-01 13:06:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-01 19:46:57 +0100 |
commit | 79583b3adacd0d3930ecef478a8535a7f4797803 (patch) | |
tree | 854b19e9f1b418d7bf643a8338ebcc3d21400a09 /src/apt.cpp | |
parent | 4f06bd748c726dacd29cd25eefa1502c835e4ed3 (diff) | |
download | tdeio-apt-79583b3adacd0d3930ecef478a8535a7f4797803.tar.gz tdeio-apt-79583b3adacd0d3930ecef478a8535a7f4797803.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit d1629627d4dc41b6235448811009b2cbe5c08f43)
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 8c8f362..fdc9751 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -229,7 +229,7 @@ AptProtocol::AptProtocol( const TQCString &pool_socket, const TQCString &app_soc m_stylesheet = dirs->findResource( "data", "tdeio_apt/tdeio_apt.css" ); m_logo = dirs->findResource( "data", "tdeio_apt/" - + TDEGlobal::config() -> readEntryUntranslated("logo", "kdedeb_logo.png" ) ); + + TDEGlobal::config() -> readEntryUntranslated("logo", "tdedeb_logo.png" ) ); m_header_background = dirs->findResource( "data", "tdeio_apt/" + TDEGlobal::config() -> readEntryUntranslated("background", "headerbg.png" ) ); |