diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:00:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:00:34 -0600 |
commit | 5f12b88e2de1496970d74c7b654e8fd9442f3d5c (patch) | |
tree | 95c1f03353b4652c26eba2de64f947ed5809a7b3 /src/noteedit.h | |
parent | bd608b63a8654863e86960e8f2301eac012aa44d (diff) | |
download | basket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.tar.gz basket-5f12b88e2de1496970d74c7b654e8fd9442f3d5c.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/noteedit.h')
-rw-r--r-- | src/noteedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/noteedit.h b/src/noteedit.h index 722a046..3e88d3f 100644 --- a/src/noteedit.h +++ b/src/noteedit.h @@ -28,7 +28,7 @@ class TQWidget; //class TQLineEdit; class TQPushButton; -class KIconButton; +class TDEIconButton; class KURLRequester; class KTextEdit; class TDEMainWindow; @@ -237,7 +237,7 @@ class LinkEditDialog : public KDialogBase bool m_isAutoModified; KURLRequester *m_url; TQLineEdit *m_title; - KIconButton *m_icon; + TDEIconButton *m_icon; TQPushButton *m_autoTitle; TQPushButton *m_autoIcon; }; @@ -261,7 +261,7 @@ class LauncherEditDialog : public KDialogBase LauncherContent *m_noteContent; RunCommandRequester *m_command; TQLineEdit *m_name; - KIconButton *m_icon; + TDEIconButton *m_icon; }; /** This class manage toolbars for the inline editors. |