summaryrefslogtreecommitdiffstats
path: root/src/noteedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noteedit.h')
-rw-r--r--src/noteedit.h6
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.