diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:00:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:00:38 -0600 |
commit | 50fd2fb357f83b24afbc163791fc665285aeea09 (patch) | |
tree | 1480f907a36c63221e4f9724c75d642c76265286 /src/sources/labelsourcePrefs.cpp | |
parent | 63a7bd41b7dc3027f48cce5879887670cf5e2059 (diff) | |
download | kima-50fd2fb357f83b24afbc163791fc665285aeea09.tar.gz kima-50fd2fb357f83b24afbc163791fc665285aeea09.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/sources/labelsourcePrefs.cpp')
-rw-r--r-- | src/sources/labelsourcePrefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/labelsourcePrefs.cpp b/src/sources/labelsourcePrefs.cpp index 8510961..1da8ace 100644 --- a/src/sources/labelsourcePrefs.cpp +++ b/src/sources/labelsourcePrefs.cpp @@ -60,7 +60,7 @@ LabelSourcePrefs::LabelSourcePrefs( TQWidget* parent, const char* name, WFlags f fontLabel = new TQLabel( defaultSourcePrefsFrame, "fontLabel" ); layout17->addWidget( fontLabel ); - fontRequester = new KFontRequester( defaultSourcePrefsFrame, "fontRequester" ); + fontRequester = new TDEFontRequester( defaultSourcePrefsFrame, "fontRequester" ); layout17->addWidget( fontRequester ); defaultSourcePrefsFrameLayout->addLayout( layout17 ); |