diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:23:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:23:50 -0600 |
commit | 3a044decb0a5d7be822c888b2d5374573d7df96e (patch) | |
tree | ddf4681e0233c25203fc927596aa7b3bdb5f2efa /kdevdesigner/designer/myiconloader.h | |
parent | 5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b (diff) | |
download | tdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.tar.gz tdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kdevdesigner/designer/myiconloader.h')
-rw-r--r-- | kdevdesigner/designer/myiconloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/myiconloader.h b/kdevdesigner/designer/myiconloader.h index 4fcc5ed5..63a47eee 100644 --- a/kdevdesigner/designer/myiconloader.h +++ b/kdevdesigner/designer/myiconloader.h @@ -23,7 +23,7 @@ #include <tqpixmap.h> #include <tqstring.h> -class KInstance; +class TDEInstance; TQPixmap BarIcon2 (const TQString &name); TQPixmap SmallIcon2 (const TQString &name); |