diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:19:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:19:44 -0600 |
commit | 799fae5feea55e95876c3722c79fd7dabadd2cd6 (patch) | |
tree | 5fbd41b26e477d4bc6b5aa7ef1aebcc714127def /parts/filecreate/filecreate_widget2.h | |
parent | 9d6a3e0894983b55f072a5d70dbe407718c6f788 (diff) | |
download | tdevelop-799fae5feea55e95876c3722c79fd7dabadd2cd6.tar.gz tdevelop-799fae5feea55e95876c3722c79fd7dabadd2cd6.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'parts/filecreate/filecreate_widget2.h')
-rw-r--r-- | parts/filecreate/filecreate_widget2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/filecreate/filecreate_widget2.h b/parts/filecreate/filecreate_widget2.h index 027333c9..217d37ce 100644 --- a/parts/filecreate/filecreate_widget2.h +++ b/parts/filecreate/filecreate_widget2.h @@ -20,7 +20,7 @@ #include "filecreate_typechooser.h" -class KIconLoader; +class TDEIconLoader; class KDevProject; class FileCreatePart; @@ -79,7 +79,7 @@ namespace FileCreate { /** * The default icon loader, here for convenience. */ - KIconLoader * m_iconLoader; + TDEIconLoader * m_iconLoader; /** * A mapping of each row number to a file type. */ |