diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:28:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:28:13 -0600 |
commit | 17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce (patch) | |
tree | e2cac5935070125554570766dc425fa952aaab84 /kooka/thumbview.cpp | |
parent | add5d23ac708b18b92751bfc49d48714d48ef511 (diff) | |
download | tdegraphics-17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce.tar.gz tdegraphics-17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kooka/thumbview.cpp')
-rw-r--r-- | kooka/thumbview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/thumbview.cpp b/kooka/thumbview.cpp index e69f7b52..51134661 100644 --- a/kooka/thumbview.cpp +++ b/kooka/thumbview.cpp @@ -137,7 +137,7 @@ bool ThumbView::readSettings() kdDebug(28000) << "Setting Grid " << gX << " - " << gY << endl; } - KStandardDirs stdDir; + TDEStandardDirs stdDir; TQString newBgImg = cfg->readEntry( BG_WALLPAPER, stdDir.findResource( "data", STD_TILE_IMG ) ); if( m_bgImg != newBgImg ) |