diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:13:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:13:27 -0600 |
commit | f7b7b822a75853f438ed17eabd0fe7f2c0999417 (patch) | |
tree | a4808bd1164af8e7a1b6b82b50cdca65b710d00c /kate/kjswrapper/plugin_katekjswrapper.h | |
parent | cca546ea62fff60a89ff684a17dca631d95f6cf9 (diff) | |
download | tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.tar.gz tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kate/kjswrapper/plugin_katekjswrapper.h')
-rw-r--r-- | kate/kjswrapper/plugin_katekjswrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/kjswrapper/plugin_katekjswrapper.h b/kate/kjswrapper/plugin_katekjswrapper.h index 5110eb1..2f13588 100644 --- a/kate/kjswrapper/plugin_katekjswrapper.h +++ b/kate/kjswrapper/plugin_katekjswrapper.h @@ -91,7 +91,7 @@ class PluginKateKJSWrapper : public Kate::Plugin, TQString configPageName(uint) const; TQString configPageFullName(uint) const; TQPixmap configPagePixmap (uint /*number = 0*/, - int /*size = KIcon::SizeSmall*/) const; + int /*size = TDEIcon::SizeSmall*/) const; PluginKateKJSWrapperView *getViewObject(Kate::MainWindow *win); public slots: |