summaryrefslogtreecommitdiffstats
path: root/src/apt.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-01-01 13:06:27 +0100
committergregory guy <g-gregory@gmx.fr>2019-01-01 13:06:27 +0100
commitd1629627d4dc41b6235448811009b2cbe5c08f43 (patch)
tree12fac33d740785a6f55906fad8e464cfaafb07bc /src/apt.cpp
parentf718df9cb647c19c8a4b5a54b8248fd9436b70cb (diff)
downloadtdeio-apt-d1629627d4dc41b6235448811009b2cbe5c08f43.tar.gz
tdeio-apt-d1629627d4dc41b6235448811009b2cbe5c08f43.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/apt.cpp')
-rw-r--r--src/apt.cpp2
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" ) );