diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:29:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:29:01 -0600 |
commit | 4c899296290a7499b75b1bd88267d53d7d690ffe (patch) | |
tree | c08d380471f924338a10031b9d810d38af7c852a /kopete/libkopete/private/kopeteemoticons.cpp | |
parent | 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (diff) | |
download | tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.tar.gz tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kopete/libkopete/private/kopeteemoticons.cpp')
-rw-r--r-- | kopete/libkopete/private/kopeteemoticons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/private/kopeteemoticons.cpp b/kopete/libkopete/private/kopeteemoticons.cpp index 8ea3dad4..2109a3d8 100644 --- a/kopete/libkopete/private/kopeteemoticons.cpp +++ b/kopete/libkopete/private/kopeteemoticons.cpp @@ -296,7 +296,7 @@ Emoticons::~Emoticons( ) void Emoticons::addIfPossible( const TQString& filenameNoExt, const TQStringList &emoticons ) { - KStandardDirs *dir = TDEGlobal::dirs(); + TDEStandardDirs *dir = TDEGlobal::dirs(); TQString pic; //maybe an extension was given, so try to find the exact file |