summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/gui-standard-display/displaycfg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:07 -0600
commita1e6ce502c334194d31a0b78b11b77e9532da64b (patch)
treeaf926bf79ece44ee312952d3d896a1da440daf83 /kradio3/plugins/gui-standard-display/displaycfg.h
parentb69d61089748af635b869896140531ad906433d8 (diff)
downloadtderadio-a1e6ce502c334194d31a0b78b11b77e9532da64b.tar.gz
tderadio-a1e6ce502c334194d31a0b78b11b77e9532da64b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kradio3/plugins/gui-standard-display/displaycfg.h')
-rw-r--r--kradio3/plugins/gui-standard-display/displaycfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/gui-standard-display/displaycfg.h b/kradio3/plugins/gui-standard-display/displaycfg.h
index 9032b8e..aeb3e97 100644
--- a/kradio3/plugins/gui-standard-display/displaycfg.h
+++ b/kradio3/plugins/gui-standard-display/displaycfg.h
@@ -26,7 +26,7 @@
#include <tqwidget.h>
class KColorButton;
-class KFontChooser;
+class TDEFontChooser;
class DisplayConfiguration : public TQWidget,
public IDisplayCfgClient
@@ -63,7 +63,7 @@ protected:
KColorButton *m_btnActive;
KColorButton *m_btnInactive;
KColorButton *m_btnBkgnd;
- KFontChooser *m_fontChooser;
+ TDEFontChooser *m_fontChooser;
bool m_dirty;
bool m_ignore_gui_updates;