diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:12:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:12:56 -0600 |
commit | ece35c015c54312eb13f583cc247cdd9a4051b4d (patch) | |
tree | 2c0599b8705e881f2b53678f48e97ffe4f616d22 /lib/kotext/TDEFontDialog_local.h | |
parent | c260bb1b22af487f2410c2c7f6c35db3fe1d57b9 (diff) | |
download | koffice-ece35c015c54312eb13f583cc247cdd9a4051b4d.tar.gz koffice-ece35c015c54312eb13f583cc247cdd9a4051b4d.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'lib/kotext/TDEFontDialog_local.h')
-rw-r--r-- | lib/kotext/TDEFontDialog_local.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/TDEFontDialog_local.h b/lib/kotext/TDEFontDialog_local.h index 4c238874..a9001e71 100644 --- a/lib/kotext/TDEFontDialog_local.h +++ b/lib/kotext/TDEFontDialog_local.h @@ -1,5 +1,5 @@ /* - $Id: kfontdialog.h,v 1.71 2004/10/10 10:27:49 bhards Exp $ + $Id: tdefontdialog.h,v 1.71 2004/10/10 10:27:49 bhards Exp $ Requires the TQt widget libraries, available at no cost at http://www.troll.no @@ -52,7 +52,7 @@ class KIntNumInput; * TDEFontDialog_local. * * @author Preston Brown <pbrown@kde.org>, Bernd Wuebben <wuebben@kde.org> - * @version $Id: kfontdialog.h,v 1.71 2004/10/10 10:27:49 bhards Exp $ + * @version $Id: tdefontdialog.h,v 1.71 2004/10/10 10:27:49 bhards Exp $ */ class KOTEXT_EXPORT TDEFontChooser_local : public TQWidget { @@ -343,10 +343,10 @@ private: * ... * \endcode * - * \image html kfontdialog.png "KDE Font Dialog" + * \image html tdefontdialog.png "KDE Font Dialog" * * @author Preston Brown <pbrown@kde.org>, Bernd Wuebben <wuebben@kde.org> - * @version $Id: kfontdialog.h,v 1.71 2004/10/10 10:27:49 bhards Exp $ + * @version $Id: tdefontdialog.h,v 1.71 2004/10/10 10:27:49 bhards Exp $ */ class KOTEXT_EXPORT TDEFontDialog_local : public KDialogBase { Q_OBJECT |